Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> User Form </title>
- </head>
- <body>
- <form method='post' action='user.php'>
- <p>Name :<input type='text' name='name'>
- <p>Surname :<input type='text' name='surname'>
- <p>Gender :<input type='text' name='gender'>
- <p>Address :<input type='text' name='address'>
- <p>City :<input type='text' name='city'>
- <p>Pin Code :<input type='text' name='pincode'>
- <p>Mobile :<input type='text' name='mobile'>
- <hr>
- <p> <input type='submit'> <input type='reset'>
- </form>
- </body>
- </html>
Add Comment
Please, Sign In to add comment