php3-list | 199807
Date: 07/09/98
- Next message: Graeme Merrall: "RE: [PHP3] How to use browscap"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- In reply to: Tim Pease: "[PHP3] multidimensional arrays crushed by post"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Why are multi-dimensional arrays (arrays of arrays), 'a[1][2]' , reduced
> to single-dimensional associative arrays 'a["1][2"]' when they are
> posted?
Because the GET/COOKIE/POST handler doesn't understand multi-dimensional
arrays. This is on the TODO list for 3.1.
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.tryc.on.ca/php3.html
- Next message: Graeme Merrall: "RE: [PHP3] How to use browscap"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] Re: [apache-ssl] Re: [PHP3] Re: [apache-ssl] compile prob PHP3 + Apache_1.3.0 + SSLeay-0.9.0b please help"
- In reply to: Tim Pease: "[PHP3] multidimensional arrays crushed by post"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

