$_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

Reply via email to