Virajsinh

PhP_04_01

Feb 1st, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.     <title> User Form </title>
  5. </head>
  6.  
  7. <body>
  8.     <form method='post' action='user.php'>
  9.    
  10.         <p>Name :<input type='text' name='name'>
  11.         <p>Surname :<input type='text' name='surname'>
  12.         <p>Gender :<input type='text' name='gender'>
  13.         <p>Address :<input type='text' name='address'>
  14.         <p>City :<input type='text' name='city'>
  15.         <p>Pin Code :<input type='text' name='pincode'>
  16.         <p>Mobile :<input type='text' name='mobile'>
  17.         <hr>
  18.         <p> <input type='submit'> <input type='reset'>
  19.        
  20.     </form>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment