Quote:
Originally Posted by RaZor Edge
Ok, the time is right... but not the date!!!
|
Can you try replacing the day/month/year lines of the code with these;
PHP Code:
$nowday = vbdate('d', $now. false, false);
$nowmonth = vbdate('m', $now. false, false);
$nowyear = vbdate('Y', $now. false, false);
If that fails then temporarily add the following line above the SQL query ;
echo "Cutoff = ".$cutoff;
this will cause the forumhome to display a line at the top saying something like
Cutoff = 1100044800
post the result back here we can see what cutoff date it has calculated.