Line 451 Code:
if ($r = mysql_fetch_array($query)) { Line 79 Code:
header("Location: http://".$_SERVER["HTTP_HOST"]."/index-rval=".mt_rand().".html"); And for the CRON JOB update emails I get:
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in home/closing1/public_html/pimpsleds.com/cronjobs/approve.reject.php on line 85
Line 85: Code:
if ($r = mysql_fetch_array($query))
Is there any possible way to clear this up without having to reinstall the entire site?
Bookmarks