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

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

 



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




[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