$lastDay = date('t',strtotime('last month')); print_r($lastDay);
$a_date = "2009-11-23"; echo date("Y-m-t", strtotime($a_date));
$lastOfMonth = date('Y-m-t');
if(gmdate('t') == gmdate('d')){ echo 'Last day of the month.'; }