UrbanTwitch
12-02-2008, 09:40 PM
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/jsfdan/public_html/forum.php on line 133
Err, why has that happened. Line 134 code looks fine to me.
Line 134:
$newest = mysql_fetch_array(mysql_query("SELECT * FROM `forum_thread` WHERE `cat_id` = '$topic[id]' ORDER BY `datetwo` DESC LIMIT 0, 1"));
Funny thing is, this worked when I was on my old host.
Err, why has that happened. Line 134 code looks fine to me.
Line 134:
$newest = mysql_fetch_array(mysql_query("SELECT * FROM `forum_thread` WHERE `cat_id` = '$topic[id]' ORDER BY `datetwo` DESC LIMIT 0, 1"));
Funny thing is, this worked when I was on my old host.