Guest User

Untitled

a guest
Apr 15th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <?php
  2. include 'connect.php';
  3.  
  4. ?>
  5.  
  6. <form method ="post" action="register.php">
  7. Username: <input type="text" name"player" size="21"><br>
  8. Password: <input type="text" name"password" size="15"><br>
  9. Retype Password <input type="text" name"pass2" size="21"><br>
  10. Email: <input type="text" name"email" size="55"><br>
  11. <input type ="submit" value="submit">
Add Comment
Please, Sign In to add comment