I\'m working on a query tool that displays data from a MySQL database. The user is presented with a form containing a few dozen dynamically-generated checkboxes so that they
Endophage:
If it's a PHP array, just store it in a session.
This worked great. Obviously, I'm showing my web development greenness here as I didn't really consider using a session.