Hi everyone,
Can somebody post here any hint how can I implement 'search within results' utility???
Let's assume: I have web page in PHP and MySQL database. I've a search form on my page where users input search criteria and then submit page. PHP script connects to MySQL, performs query (queries) and returns page with results. It's easy.
But what if user wants to search within returned results (eg to get more accurate results).
I'm thinking about nesting queries but maybe there is another way (and more efficient).
Working (and very good one) example may be found at: http://creative.gettyimages.com/source/home/home.asp (yes, on ASP but I think the same can be done in PHP).
I'm using PHP/MySQL
Many thanks in advance,
Peter Blaze,