Heya
Is there a way to determine which variables were submitted when a user clicks the button?
Here's the scenario I'm trying to get:
A list of members is generated from a database, with a list of checkboxes beside each name.
There is a selection list at the bottom of the member list, indicating a choice (I believe in this scenario, it's a case of modifying an access level).
If you were to select more than 1 checkbox, it only sends 1 value.
Is there a way to be able to send more than 1 value though 1 variable name using an array or something?
Thanks,
Tim