Forum Moderators: coopster
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/anicedomain/public_html/sumpage.php on line 20
------------
this is the line:
while($r=mysql_fetch_array($result))
------------
if you need to know what $result is:
$result = mysql_query("SELECT * FROM ".TABLE_PREFIX."threads WHERE subject LIKE '%$search%' WHERE fid IN (79, 80, 81, 82) ORDER BY `tid` DESC LIMIT 0 , 100000");