look for record with most keyword matches

SYNTHROIDBUY

New Member
I am looking for a way to look for a record in a mysql table. I have a user input that will send data to a php page, and the php page is supposed to take the data and seperate each word, and look for a mysql record with the best match. For example, if I type "I want a llama" into the text input, and I have a record that says "I,want,llama", how do I find that row? Thanks!
 
Back
Top