php-general | 2001072
Date: 07/26/01
- Next message: kaab kaoutar: "[PHP] Arabic+php+mysql"
- Previous message: Lenar: "[PHP] Re: Avoiding repost"
- In reply to: A: "[PHP] Query String Name ?"
- Next in thread: Miroslav Hudák: "[PHP] RE: Query String Name ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Use array.
test.php?name[]=joe&name[]=bob
You'll get array "name" has "joe","bob".
Or parse query string by yourself.
-- Yasuo Ohgaki"A" <abe <email protected>> wrote in message news:008801c115bb$cad13360$4301a8c0 <email protected> Hi there,
is there any way to access two variables in a query string that have the same name e.g
test.php?name=joe&name=bob
Is there any way to extract both values of name without changing the way the query string is created?
Thanks, Abe
-- 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] Arabic+php+mysql"
- Previous message: Lenar: "[PHP] Re: Avoiding repost"
- In reply to: A: "[PHP] Query String Name ?"
- Next in thread: Miroslav Hudák: "[PHP] RE: Query String Name ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

