Question: How to transform a month number to month name using PHP?
Answer:
$month = 1; $month_name = date("F", mktime(0,0,0,$month,1,2011)); echo $month_name; //Will output January
Go Daddy $7.49 .com Sale!