I have a database that is being populated by people filling out a public form. The admin screen will list rows of forms filled out with a check-box before each one. What I want to happen is the admin-user to be able to select multipule records using the check boxes and then click on a button to perform the same action to the selected check-box.
If there was an upper bound, I would be able to use dynamically created/named variables, but because there is no logical upper bound, I'd like to pass them as an array or other data structure. I can't seen to get this to work in Coldfusion, any ideas would be appreciated.
[plug=shameless]
[/plug]
If there was an upper bound, I would be able to use dynamically created/named variables, but because there is no logical upper bound, I'd like to pass them as an array or other data structure. I can't seen to get this to work in Coldfusion, any ideas would be appreciated.
[plug=shameless]
[/plug]