I have a page of checkboxes, results are posted to a page with a dropdown. The checkboxes are split in their use, some are to select which MySql columns get included in the dropdown, the others being used in the WHERE statement, where something = 1 or something = 2 or something = 3 etc. How do I get from the checkboxes the select query statement. Thanks