Re: [PHP-DEV] Select-List

2002-06-05 Thread Jeroen Smeets
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. 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

[PHP-DEV] Select-List

2002-06-05 Thread DragosB
Hi, 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. DragosB -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php