multiple field filter url help
Hi Guys and Girls..
I have this code to filter results of my database:
SELECT *
FROM data
WHERE title = 'colname'
ORDER BY production ASC
this code works when I use thedata.php?search=title
but I want to be able to use multimple fields in the URL
to have a resulting url like thedata.php?search=title_production
using a _ to seperate the two fields in the url...
can this be done? I am hoping I explained this somewhat clear..
thanks
|