Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form action="welcome.php" method="post">
  5. Name: <input type="text" name="name" />
  6. Age: <input type="text" name="age" />
  7. <input type="submit" />
  8. </form>
  9.  
  10. </body>
  11. </html>
Add Comment
Please, Sign In to add comment