Sorry, I sent that too soon.. here's my test results:
http://localhost/test.php?var[test][5][]=test
[HTTP_GET_VARS] => Array
(
[var] => Array
(
[test] => Array
(
[5] => Array
(
[0] => test
)
)
)
)
Jordan wrote:
>Is there any way to pass a multi-dimenstional through a url. something like
>/cart.exe?item[1][1]=3
>
>just curious.
>
>-Jordan
>
>
>
--
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]