Jump to content
MakeWebGames

does anyone know what is most likeily to case these errors


Recommended Posts

Posted

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/shafiq/public_html/newspaper.php on line 685

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/shafiq/public_html/newspaper.php on line 687

  • 2 weeks later...
Posted

Re: does anyone know what is most likeily to case these errors

in your "mysql_fetch_array($x)" function, $x is not a valid resource. This must come from a mysql_query first, like:

$x=mysql_query(...)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...