Advertisement
Guest User

Untitled

a guest
May 2nd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. include('conf.php');
  3.  
  4. $curnum = 0;
  5. $username = $_POST ['username'];
  6. $password = $_POST ['password'];
  7. $email = $_POST ['email'];
  8.  
  9. if(!$username) {
  10. $curnum ++;
  11. echo ".$curnum."Please enter a username.
  12. }
  13.  
  14.  
  15.  
  16. if(!$password) {
  17. $curnum ++;
  18. echo ".$curnum."Please enter a password.
  19. }
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement