
![]() More info at: EWRA Website |
$exp_date = "2013-05-21"; $todays_date = date("Y-m-d"); $today = strtotime($todays_date); $expiration_date = strtotime($exp_date); if ($today <= $expiration_date) { $pricesWithDinner = '"300", "250", "150"'; $pricesWithoutDinner = '"250", "200", "120"'; } else { $pricesWithDinner = '"350", "300", "180"'; $pricesWithoutDinner = '"300", "250", "150"'; } $pricesExtraDinner = "40"; ?>
![]() More info at: EWRA Website |