So im trying to find a script that can start me off with creating an 'refine search' panel which will be a form, hopefully something close to what Ebay have got at the moment.
Whilst I know this is going to be a form and using the GET method, I cant find a script that can parse a url for multiple params and update the query all dynamically.
Im not sure quite how to do this without a million and one if statements. (about 10 or so possible GET variables but could be a lot more soon.)
So i need a simple:
- foreach GET add WHERE field=GET[variable]
any ready made scripts you know of?