Advertisement
mvsp

Aula 34 - index.php

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