Re: unpacking $_POST when example[1], example[2] in form.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$_POST["example"][1]
$_POST["example"][2]

> If I have a form with elements like
>
> <input type=text name=example[1]>
> <input type=text name=example[2]>
>
> If example was not an array it would be accessed using
>
> $_POST["example"]
>
> But how do I access the varable if it is an array like above.
>
> Ben

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux