Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\index.php on line 479
When i try to make an account on my register page it says this. I dont know how to get to line 479 or even know when i'm at it.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\index.php on line 479
When i try to make an account on my register page it says this. I dont know how to get to line 479 or even know when i'm at it.
Nvm
$logincheck = mysql_num_rows($uniqueuser);
Is what is on my 479 line >.< still no luck