David Russell wrote:
> Hi all,
>
> I have a multiple select called Consultants[] In one page.
>
> On the target page, how would I reference it? Would it be:
>
> $_POST['Consultants'][0]
> $_POST['Consultants'][1]
> Etc

Since $_POST['Consultants'] contains an array, you can indeed use the above
syntax.

Grtz Erwin


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

Reply via email to