Advertisement
ZacharyVincze

Untitled

Jul 19th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <html>
  2.     <h1>Register</h1>
  3.     <form action="register.php" method="post">
  4.         Username: <input type="text" name="rusername" /><p>
  5.         Password: <input type="password" name="rpassword" /><p>
  6.         Confirm Password: <input type="password" name="confirmpwd" /><p>
  7.         <input type="submit" name="submit" value="Register" />
  8.     </form>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement