Hi, I want to do something like infoseek has that I have a database and someone
can search the database by some criterias, let say I get like some results and
then I want to narrow those results still, what would be the best solution and
approach to do so? I am working with mysql, php3 and apache. Do I need to create
like a temporary table and enter all the information from my first search, and
then when someone wants to search again he could search that temporary database?
But then let say I have like 100 people trying to do it at the same time, how
can I know which search was whose? This is my planning of solving this problem,
I just started with it and I am not experienced but since I was planning those
things came out. If you have any pointers and thoughts they are very welcome.
Thank you
Chris