I'm trying to use checkboxes on a form and submit it to a script, using someting like this:
<input type=checkbox name=user value=name[$count]>
When $user($count) is viewed in the follow-on script it is (not surprisingly) empty.
Does anyone have any suggestionsas to how I pass multiple entries for a variable from a form to a script?
Thanks.