Advertisement
Guest User

Untitled

a guest
May 14th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1. <?php
  2. $IP = $_SERVER[REMOTE_ADDR];
  3. ?>
  4.  
  5. <form name=reg action=do_reg.php method=post>
  6. <table border=0 cellspacing=0 cellpadding=2>
  7. <tr><td>
  8. Username:<td><input type=text name=username>
  9. <tr><td>
  10. Password:<td><input type=password name=password>
  11. <tr><td>
  12. Confirm:<td><input type=password name=pass_conf>
  13. <tr><td>
  14. Email:<td><input type=text name=email>
  15. <tr><td colspan=2>
  16. <input type=hidden name=ip value'<?php echo $IP ?>'>
  17. <input type=submit value='Register'>
  18. </form>
  19. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement