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

2005-01-10 Thread Thomas Munz
$_POST["example"][1] $_POST["example"][2] > If I have a form with elements like > > > > > 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

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

2005-01-10 Thread Benjamin Edwards
If I have a form with elements like 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