Hey Guys...i know this is a common problem and ive read other threads, but can't figure out my specific problem. Any help would be appreciated!!
This script worked perfect until i moved it to a different host. Getting this error:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\levelznightclub.com\httpdocs\index.php on line 285
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\levelznightclub.com\httpdocs\index.php on line 357
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\levelznightclub.com\httpdocs\index.php on line 362
Here are the lines from the script that are listed above. If you need other information please let me know!!
Line 285:
$num=mysql_numrows($result);
Line 357:
if (!mysql_num_rows($result)) {
Line 362:
$num2=mysql_numrows($result2);