[thelist] Multiple Select??

Joshua Olson joshua at alphashop.net
Fri Sep 21 10:38:56 CDT 2001


What is the method?  Post or Get?

-joshua

----- Original Message -----
From: "McAtee, Malcolm" <MMcAtee at philamuseum.org>
Subject: [thelist] Multiple Select??


: Howdy all.....
:
: I am creating a form to be used in a simple PHP/email app. Everything
seems
: to be working well except that my multiple select lists seem to pass only
the first
: value in the list.
: Please see the code below:
:
:        <select name="Type_of_Event" size="6" multiple>
:   <option value="Dinner">Dinner</option>
:   <option value="Lunch">Lunch</option>
:   <option value="Breakfast">Breakfast</option>
:   <option value="Cocktail_Reception">Cocktail Reception</option>
:   <option value="Meeting">Meeting</option>
:   <option value="Other">Other</option>
: </select>






More information about the thelist mailing list