3 messages in com.mysql.lists.mysqlSearch
FromSent OnAttachments
Chris W.14 Sep 1999 16:26 
Joshua Chamas15 Sep 1999 19:12 
Matthias Urlichs16 Sep 1999 03:19 
Subject:Search
From:Chris W. (fal@perfekt.net)
Date:09/14/1999 04:26:59 PM
List:com.mysql.lists.mysql

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