Hello,

Thursday, July 26, 2001, 12:14:39 PM, you wrote:

A> Hi there,

A> is there any way to access two variables in a query string that have the same name 
e.g

A> test.php?name=joe&name=bob

A> Is there any way to extract both values of name without changing the way the query 
string is created?

But in the script you can use only a last value of the variable. So
there is no reason to have more than one variable in query_string with
same name.

use name1, name2, .... this is better. I think.

-- 
Best regards,
 Daniel                            mailto:[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to