*Hollie21*
New member
I've managed to get a mySQL search script up and running coded in PHP. However what I want to do is search for multiple things one after the other, but each time to be searching through only the results from the previously narrowed down results.
So I want to search through a hundred results for the word Trainers, and maybe 50 of those results are for trainers, then before I show my results I want to search again. This time I want to search for green, and narrow the search from 50 results to say 30. Then I want to maybe search again for say laces, etc.
Does anyone know a way of doing this that perhaps isn't too complicated? I'm relatively new to mySQL so I don't even know if what I'm asking is possible!
Thanks
So I want to search through a hundred results for the word Trainers, and maybe 50 of those results are for trainers, then before I show my results I want to search again. This time I want to search for green, and narrow the search from 50 results to say 30. Then I want to maybe search again for say laces, etc.
Does anyone know a way of doing this that perhaps isn't too complicated? I'm relatively new to mySQL so I don't even know if what I'm asking is possible!
Thanks