Rename your form name to "befname[]"  Then you'll get them all... this is
in the manual somewhere if you need more info on it... don't remember
exactly where.

-philip

On Sun, 2 Dec 2001, Ivan Carey wrote:

> Hello,
> I have a form with multiple checkboxes.
> Their names are the same ie all are befname and their values are dynamically filled 
>from a data base.
> When I check multiple boxes I expect that an array of the values with the array 
>named befname is sent to the results page. In my example the form action is inschk.php
>
> If an array is sent to inschk.php how may I get the multiple values out of it.
>
> If this can be done I then will insert the different values into a database.
>
> At present if I check multiple checkboxes I can only see the value of the last 
>checkbox that is checked.
>
> Thanks,
> Ivan
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to