Why does this not work? do I need a function for the date?
if (($todate >= '2002-11-30') AND ($todate <= '2003-02-28')){
$doessomething_here;
}
Well, I know you need to get the date first, then you compare those dates with the current date. There's a function, but I've lent out my PHP book...agh.