I have this code:
$curdate = \'22-02-2011\'; $mydate = \'10-10-2011\'; if($curdate > $mydate) { echo \'
$row_date = strtotime($the_date); $today = strtotime(date('Y-m-d')); if($row_date >= $today){ ----- }