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



Reply via email to