Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] Form variables From: Alexander Wagner (wagner <email protected>)
Date: 03/21/01

Michael George wrote:
> I read this after I'd created a script which generates a form with a
> 2D array on it. But as I test it, it seems to work.
>
> In short, it the 1D array a limitation of
> HTML or PHP?

I think it is a limitation of PHP 3. It should work with PHP 4. HTML is
not responsible here.

> If it's a risky structure to use, I'll find a way to work it into a
> single dimensional array...

This shouldn't be necessary, unless you want to be PHP3-compatible.

regards
Wagner

-- 
Assumption is the mother of all fuck-ups.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>