| Error Message - (not a bug)
What could it mean when you get this error?
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxx/public_html/reviewpost/forums/reviewpost.php on line 26
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxxx/public_html/reviewpost/forums/reviewpost.php on line 50
Those two lines contain this, respectively:
$results = mysql_fetch_array($queryv);
$totalusers = mysql_num_rows($queryv);
|