RE: [PHP] Trouble creating a list on months

2001-08-01 Thread Mark Roedel
> -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

RE: [PHP] Trouble creating a list on months

2001-07-31 Thread Matthew Loff
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 =>

RE: [PHP] Trouble creating a list on months

2001-07-31 Thread Matthew Loff
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