I need some ideas on how to deal with this. I'm not looking for code but rather logic (since it seems to have escaped me now and I can't seem to grab. BTW, if you see my logic near you.. please let me know -- too much Cap'n Crunch in the morning).
Anyways, I have a page that generates rows with checkboxes. It's something like this:
Username1 Checkbox1 Checkbox2 Checkbox3 Checkbox 4
Username2 Checkbox1 Checkbox2 Checkbox3 Checkbox 4
Username3 Checkbox1 Checkbox2 Checkbox3 Checkbox 4
Now, not all checkboxes need to be checked and certainly not for all users. So how can I get the script that takes the results of the form and separate out which checkboxes are for which user to add to the database?
I've been trying to use an array stored in session but it's not pulling more than one value.
If I'm not clear, do not hesitate to ask. I'll try to clarify some more.