Advertisement
Guest User

Untitled

a guest
May 1st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form action="insert.php" method="post">
  5. username: <input type="text" name="username" />
  6. password: <input type="text" name="password" />
  7. Age: <input type="text" name="age" />
  8. <input type="submit" />
  9. </form>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement