I have the following checkboxes:
[] Jackets [] Jeans [] T-Shirts [] Shoes [submit button]
When the user, for example, checks [x] Jackets and [x] T-shirts and clicks [submit button], the form will send a post request to itself. Then, somehow a dynamic query is generated based on the check boxes selected, and then only the selected categories will be queried..then displayed on the page.
The problem that I am having is trying to create the query dynamically after the post request.
1 Answer