Liji

Untitled

Jan 15th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <form action="SignUp1.php" method="POST">
  5. Enter you name : <input type="text" name="name"><br> <br>
  6. Gender :<input type="text" name="gender"> <br>
  7. Enter you age : <input type="number" name="age"><br>
  8. Enter your username : <input type="text" name="uname"> <br> <br>
  9.  
  10. Your userid : <input type="text" name="uid'>
  11. Enter your password :<input type="password" name="pass"><br> <br>
  12. <input type="submit" value="Signup">
  13. </form>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment