Forum Moderators: coopster
I'm trying to write a quick search script which will search for mutiple words in MySQL. The search works fine for one word or if the words are in sequence or phrase.
I've tried taking the entered form string and using explode to split the string by spaces, then using foreach to query the database.