I am building an aunction site but have an error on this line. The error is
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program Files\xampp\htdocs\AUNCTIOIN\index.php on line 304
And like 304 is
$num_auction = mysql_num_rows($result);
So, what is my error there. I do not see any problem with that.
Can anyone help.
Thanks