php-general | 2001072
Date: 07/26/01
- Next message: kaab kaoutar: "[PHP] download a pdf file"
- Previous message: A: "[PHP] Query String Name ?"
- In reply to: A: "[PHP] Query String Name ?"
- Next in thread: Yasuo Ohgaki: "[PHP] Re: Query String Name ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:daniel <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: kaab kaoutar: "[PHP] download a pdf file"
- Previous message: A: "[PHP] Query String Name ?"
- In reply to: A: "[PHP] Query String Name ?"
- Next in thread: Yasuo Ohgaki: "[PHP] Re: Query String Name ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

