Hi,
I need to show results with some filters on mysql query.
The filters will be taken from $_GET['filter']
There are going to be multiple combinations of filters.
Like : filter1+filter2, filter1+filter5, filter2+filter4 etc.
I think i need to create a switch() for these filters.
And based on the filters selected, run the query in sql.
I am not able to create an array for the $_GET[] variables.
Please assist.