Quote:
Originally Posted by freakify
I keep getting this error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in "path" on line 57
Almost forgot, my line 57 is:
while($thread_get=mysql_fetch_array($thread_sql))
any suggestions?
thanks
|
change the table prefix with your
PHP Code:
$wheresql .= " AND TABLEPREFIX_thread.forumid!='$excfid[$i]'"; ++$i;