Advertisement
Virajsinh

PhP_03_01

Jan 26th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <html>
  2. <head>
  3.         <title>Third Example</title>
  4. </head>
  5. <body>
  6.  
  7. <center>
  8.  
  9. <form method='post' action='third.php'>
  10.  
  11.     <p> Value  1 : <input type='text' name='v1'></p>
  12.     <p> Value  2 : <input type='text' name='v2'></p>
  13.    
  14.     <p> <input type='submit'> <input type='reset'> </p>
  15.    
  16. </form>
  17.  
  18. </center>
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement