Given the following querystring generated by, for example, a multi-select
form list (menu), the contents of $_GET['list'] is expected to be an array
holding 3 elements:

http://awebsite.net/formlist.php?list=2&list=3&list=99

Yet I only see the last value returned as a lone string.  Is this expected?

Thanks.






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

Reply via email to