> -Original Message-
> From: Mario A. Salinas [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 31, 2001 7:33 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Trouble creating a list on months
>
>
> The actual function is as follows:
>
> fun
Oops! I forgot to include the parameter...
function month_select($month)
{
echo "\n";
$month_names = array(1 => "January", 2 => "February", 3 =>
"March",
4 => "April", 5 => "May", 6 => "June", 7 => "July",
8 => "August", 9 => "September", 10 =>
Try this:
function month_list()
{
echo "\n";
$month_names = array(1 => "January", 2 => "February", 3 =>
"March",
4 => "April", 5 => "May", 6 => "June", 7 => "July",
8 => "August", 9 => "September", 10 => "October",
11 => "Novemb
3 matches
Mail list logo