Advertisement
Geicy

Untitled

Jul 2nd, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <html>
  2. <body>
  3.    
  4. <form action= "dados.php" method="GET">
  5.     Nome: <input type="text" name="nome"><br>
  6.     Email: <input type="email" name="email"><br>
  7.     <button type="submit"> Enviar </button><br>
  8. </form>
  9.  
  10. <a href="dados.php?idade=25&sobrenome=Rodrigues">Enviar dados</a>
  11. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement