Re: [PHP] Getting multitple select values on PHP side

2007-05-05 Thread itoctopus
Totally agree, generates a lot of support. -- itoctopus - http://www.itoctopus.com Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, May 4, 2007 3:56 pm, Skip Evans wrote: I have a requirement for a select on a form that has to be able to get multiple values in

[PHP] Getting multitple select values on PHP side

2007-05-04 Thread Skip Evans
Hey all, I have a requirement for a select on a form that has to be able to get multiple values in the form processing PHP side. You just multiple to the select... tag to be able to select multiple values, but on the PHP side the $_POST value for the form only has the last one selected.

Re: [PHP] Getting multitple select values on PHP side

2007-05-04 Thread Richard Lynch
On Fri, May 4, 2007 3:56 pm, Skip Evans wrote: Hey all, I have a requirement for a select on a form that has to be able to get multiple values in the form processing PHP side. You just multiple to the select... tag to be able to select multiple values, but on the PHP side the $_POST

Re: [PHP] Getting multitple select values on PHP side

2007-05-04 Thread Richard Lynch
On Fri, May 4, 2007 3:56 pm, Skip Evans wrote: I have a requirement for a select on a form that has to be able to get multiple values in the form processing PHP side. You just multiple to the select... tag to be able to select multiple values, but on the PHP side the $_POST value for the

Re: [PHP] Getting multitple select values on PHP side

2007-05-04 Thread Paul Novitski
At 5/4/2007 01:56 PM, Skip Evans wrote: I have a requirement for a select on a form that has to be able to get multiple values in the form processing PHP side. You just multiple to the select... tag to be able to select multiple values, but on the PHP side the $_POST value for the form only