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
GET parameters go in the action url, POST parameters in the form's inputs
... etc