Apr 13, 2011 by Kerem Kazan | Posted in Programming & Design
Right now, I'm designing a web page with a live search engine that fetches data from the database and styles it into a proper search result. The biggest problem I am experiencing is that you have to enter the exact same words in the exact same sequence
The problem is in your MySQL Statement. You need to break up the terms and search for them individually.