$date1 = date(‘Y-m-d’); $date2 = ‘2006-08-15′; $days = (strtotime($date1) – strtotime($date2)) / (60 * 60 * 24);