soulbrander

form

Apr 12th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Iberia Series - Inscricoes</title>
  4. </head>
  5. <body>
  6. <form method="post" action="update.php">
  7.  
  8. First Name:<br />
  9.  
  10. <input type="text" name"FName" size="30" /><br />
  11.  
  12. Last Name:<br />
  13.  
  14. <input type="text" name="LName" size="30" /><br />
  15.  
  16. Nome da Equipa (Se tiver):<br />
  17.  
  18. <input type="text" name="Equipa" size="30" /><br />
  19.  
  20. <input type="submit" value="Inscreve-me!" />
  21.  
  22.  
  23. </form>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment