Hi,
I'm getting this error code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/matthewd/public_html/admin/article.php on line 373
The sql code I am using for that mysql_fetch_array() function is:
$getArticles=mysql_query("SELECT id, title, date, summary, novisitors FROM $tablename WHERE complete='0'", $db);
Can anyone spot anything wrong that I may be doing?
Thanks in advance,
Matthew Dingley
www.matthewdingley.co.uk