Question
Search form with checkbox array - how to build the query PHP CS3
I have a search form, search.php with which I have
successfully returned the correct results from a single checkbox
and a single textfield on results.php. Now I want to add a checkbox
group that produces an array, so I use name="checkbox[]" for each
item in the checkbox group. My question is, how do I construct the
Record Set, specifically, what should I use in the SELECT statement
and how do I construct the variable? Thank you in advance.
