i'm making a php calender that for a site & i want the current week events...

william

New member
...to show on the homepage how? i'm making a php calender that for a site & i want the current week events to show on the home page how do i do this
i know this PHP code will give me the week i enter in


// Fetch all events for 2009-07-23
$query->setStartMin('2009-07-23');
$query->setStartMax('2009-07-24');
lilyallen62342
what's good?
 
Back
Top