Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] Disappearing bugs and multidimensional arrays From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/31/98

> >I found the answer to my question regarding multidimensional arrays being
> >passed via form submits ... not supported. 3.1, maybe.
>
> The problem is not PHP. It is HTTP and HTML. There is no way to pass this
> with a form in HTML to HTTP. It just can not be done.

That's not true. It can be done. Nothing in HTTP nor HTML stops you from
naming a form element name[1][2], for example. The PHP GET/POST/COOKIE
decoder just doesn't support more than a single level of arrays at the
moment.

-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.php.net/mailsearch.php3