Hello there!
Im developing a PHP webpage having multiple checkboxes divided into 4 parts i.e. brand|budget|key featues|additional features. In Key feature I have 19 checkboxes, the value thereof have been fetched with Ajax to PHP in a single variable i.e. one string. Now in PHP I want to generate mysql query filtering data on the basis of checkbox selection. I am able to filter one checkbox each but how can I able to filter using multiple checboxes checked and generate query accordingly. As far as mysql data is concerned, ive only two table one for products and one for product specifications.