Guest User

Untitled

a guest
Nov 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>PHP</title>
  4. </head>
  5.  
  6. <body>
  7. <?php
  8. print "<center><form action='register.php' method='post'>";
  9. print "username: <input type='text' name='username'><br>";
  10. print "password: <input type='password' name='password'><br>";
  11. print "password: <input type='password' name='password_two'><br>";
  12. print "<button>submit</button>";
  13. print "<button type='reset'>reset</button></center>";
  14. print "</form>";
  15. ?>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment