I suppose you mean a multiple select-list: by adding [] to the name of
the field, you get an array in PHP that has the selected items.

<SELECT NAME="name[]" MULIPLE>

gives you an array $name[]

-- Jeroen

DragosB wrote:
>     How can I check how many options has been selected 
> from a select list? I tried in many ways, but it returns 
> the last option selected.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to