Guest User

Untitled

a guest
Oct 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <form name="add_users" method="post" action="/binney/includes/adduser.php">
  2.  
  3. Username: <input type="text" name="username"><BR>
  4.  
  5. Password: <input type="text" name="password"><BR>
  6.  
  7. Userclass: <select name="userclass"><option>uploader</option><option>administrator</option></select><BR />
  8.  
  9. Email: <input type="text" name="email"><BR>
  10.  
  11. <input type="submit">
  12.  
  13. </form>
Add Comment
Please, Sign In to add comment