[PHP] passing array of variables in a query string

2002-03-01 Thread Diana Castillo
I was wondering if someone could help me with this: what I need to know is how to pick up an array of variables from a query string such as: http://wwwarchiprocom/testphp?state=ABstate=BC If I use $state, I get only the last one -- PHP General Mailing List (http://wwwphpnet/) To

Re: [PHP] passing array of variables in a query string

2002-03-01 Thread Andrey Hristov
Castillo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 6:42 PM Subject: [PHP] passing array of variables in a query string I was wondering if someone could help me with this: what I need to know is how to pick up an array of variables from a query string

RE: [PHP] passing array of variables in a query string

2002-03-01 Thread Kevin Stone
: Diana Castillo [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 9:42 AM To: [EMAIL PROTECTED] Subject: [PHP] passing array of variables in a query string I was wondering if someone could help me with this: what I need to know is how to pick up an array of variables from a query string

Re: [PHP] passing array of variables in a query string

2002-03-01 Thread Richard Baskett
PM Subject: [PHP] passing array of variables in a query string I was wondering if someone could help me with this: what I need to know is how to pick up an array of variables from a query string such as: http://www.archipro.com/test.php?state=ABstate=BC If I use $state, I get only the last