Re: [PHP] Reading data from SELECT in PHP

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 6:00 am, Lorca wrote: > Hello friends, > I've create a form containing a SELECT under JavaScript, where the > user > decide all list's elements. > > My problem is how can I get all list's elements on PHP. Using $-POST[] > I > only get the selected option. > > With my most sin

Re: [PHP] Reading data from SELECT in PHP

2006-03-22 Thread Jim Lucas
tedd wrote: Hello friends, I've create a form containing a SELECT under JavaScript, where the user decide all list's elements. My problem is how can I get all list's elements on PHP. Using $-POST[] I only get the selected option. With my most sincere thanks. Lorca Lorca: Yes, a SELECT only

Re: [PHP] Reading data from SELECT in PHP

2006-03-22 Thread tedd
Hello friends, I've create a form containing a SELECT under JavaScript, where the user decide all list's elements. My problem is how can I get all list's elements on PHP. Using $-POST[] I only get the selected option. With my most sincere thanks. Lorca Lorca: Yes, a SELECT only returns one v

RE: [PHP] Reading data from SELECT in PHP

2006-03-22 Thread Dan Parry
Maybe use Jacascript to create and populate hidden inputs? They will show up in the $_POST array then HTH Dan - Dan Parry Senior Developer Virtua Webtech Ltd http://www.virtuawebtech.co.uk -Original Message- From: Lorca [mailto:[EMAIL