Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] multidimensional arrays crushed by post From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/09/98

> 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