Where are the selected values coming from?

Please provide more details and code...we cannot read your mind...
----- Original Message ----- 
From: "Craig" <[EMAIL PROTECTED]>
To: <>
Sent: Tuesday, October 29, 2002 9:19 AM
Subject: [PHP] Select values in an array???


I am trying to pass the values of a select box which can have more than one
value to a page.

In the address bar of the page i have sent to, I have
select=item1&select=item2select=item3&select=item4select=item5&select=item6

on the page i have
echo $select

but only the last item (item6) is being displayed on the page

how do i create an array of all the items in a list on the page?

any help would be gratefully appreciated

craig



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




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

Reply via email to