Advertisement
mvsp

Aula 33 - index.php

Jul 5th, 2021
56
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="dados.php" method ="POST">
  5. Nome: <input type="text" name="nome">
  6. Email: <input type="email" name="email">
  7. <input type="submit" name="enviar">
  8. </form>
  9.  
  10. </body>
  11. </html>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement