Forum Moderators: coopster
Should display for the last 30 days..not working right and I'm a php newbie..
Is this part of the time call correct for querying 30 days?
$time = 30*24*60*60;
$time = time() - $time;
appreciate knowing if I am even on the right track..
thanks !