Please can someone tell me what I am doing wrong here because it is giving me a blank result. just a newbie wanting to learn.
$months = "2";
$month = array(1=>January,"2"=>February,"3"=>March,"4"=>April,"5"=>May,"6"=>June,"7"=>July,"8"=>August,"9"=>September,"10"=>October,"11"=>November,"12"=>December);
$description = 'In respect of '.$particular.' collection for the month of ';print $month['$months'];
echo $description