Hey all,
I have the following piece of code on my site:
$getinfo=mysql_query("select * from memberinfo where username='$seusername' and password='$sepassword'");
$count=mysql_num_rows($getinfo);
When I run it however it throws up a mysql_num_rows error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/swimming/public_html/guitar/includes/enterdetails.php on line 26
The code above is line 26.
Any ideas?
Thanks. Jack