Hi, I have a script which has the following section:
while($r=mysql_fetch_array($result))
{ ..... }
I get the following error when trying to run it:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/home/nickk/public_html/clan/news/news.php on line 24
What could be the problem?
Thanks, Nick