Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $check2 = mysql_query("SELECT * From login WHERE email='$dbemail'");
  2. $checknum2 = mysql_num_rows($check2);
  3. echo $checknum2;
  4.  
  5. gives the following error:
  6.  
  7. Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\index.php on line 126
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement