$mymonth = "11"; echo date("F", strtotime(date("Y") ."-". $mymonth ."-01"));
The result would be "November"