Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <center>
  2. <h3> Lista das nao adicionadas ainda no msn </h3>
  3. <form method="post" action="adc.php">
  4. Nome:
  5. <input type="text" name="nome">
  6. <br>
  7. <br>
  8. Email:
  9. <input type="text" name="email">
  10. <br>
  11. <br>
  12. <input type="submit" value="Salvar">
  13. <br>
  14. <br>
  15. <input type="button" name="reset" value="Limpar" onclick="window.location.reload();"
  16. </form>
  17. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement