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

Reply via email to