Thursday, September 23, 2010

month name dropdown using php

'.$months[$i].'';
}
$dd .= '';
return $dd;
}


/*** example usage ***/
$name = 'my_dropdown';
$month = 9;

echo monthDropdown($name, $month);

?>

No comments:

Post a Comment