View Single Post
Old November 9th, 2007, 08:13 PM   #1 (permalink)
CGMathis
Member
Verified Customer
 
Join Date: Nov 2005
Posts: 116
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);
CGMathis is offline   Reply With Quote