On Sunday 21 September 2003 08:28, Vadim Bendebury wrote:
> The web page has a form with a following element in it:
>
> <select multiple size="4" name="city">
>    <option selected value=0>no preference</option>
>    <option value=2>Paris</option>
>    <option value=1>London</option>
>    <option value=3>Madrid</option>
> </select>
>
> The intention is to be able to pick multiple cities. However, when the
> request arrives on the server, the $_POST array includes just the one
> last pick, no matter how many options are highligted when the "submit"
> button is hit.
>
> What's the deal - is the an HTML code problem or PHP problem? Is it at
> all possible to have multiple choices derived from this kind of form
> element?

manual > PHP and HTML

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
If both the monitor and the planter are going to breakdown, they will do so 
simultaneously. 
                -- Deere's Dictums n3
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to