How do site searches work?
I want to create a MySQL database with a field called "keywords". Then a
form with a search phrase input box.
I can't figure how to get the results with multiple words using php sql
query. It's easy with just one word. Do you have to run multiple queries
based on each word in the query? Then compile each of the results removing
duplicates.
Plus..how do you sort results based on matching results.
Anybody have any tips?
Comment