RE: [PHP] multiple selection dropdown lists

2001-03-22 Thread Stewart Taylor
You need to add '[]' to the selects name which informs php that the select field will have more than one value. Once your form has been submitted an array called $comboResultPlan will be available containing the selected options. -Stewart -Original Message- From: Angie Bauer [mailt

Re: [PHP] Multiple Selection.

2001-02-18 Thread David Robley
On Mon, 19 Feb 2001 15:43, toto wrote: > the solution is javascript-based rather than php-based. > > Just put this codeand when you submit, the value you'll process > stored in variable hidden_list_selected. each value selected are > separated by comma delimiter. > > > >

RE: [PHP] Multiple Selection.

2001-02-18 Thread toto
the solution is javascript-based rather than php-based. Just put this codeand when you submit, the value you'll process stored in variable hidden_list_selected. each value selected are separated by comma delimiter. function insert(thisObjec