Need help on how to filter search results in the search form using PHP and Mysql.
The form contains six fields Product is textbox, Category is drop down select item, Business in text box user enters and state, city are drop down select item and Landmark is textbox the user enters.
Product or Category or Business is mandatory. So the user may enter any one filed or may fill all the fields.
Now I need to get exact search result based on the input. Please Help me to solve this