I got this error this morning, but I'm not sure exactly what it means. I guess my question is: What exactly does it mean by "result resource"? Any help is appreciated.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Apache\Apache2\htdocs\4ROC-NY\ShowMemberDB.php on line 33
No records were found!
and here's the php that causes it:
$result = mysql_query("SELECT * FROM members",$db);
if ($record = mysql_fetch_array($result)) {