Hey so the issue that I have is, I am trying to remove a SQL value from a user entered value.
For example, is a user types in red Ford Mustang, it should remove 'red' from the search because Ford Mustang is equal to something the user typed and something which is in the database.
I have tried the preg match, chop, str_remove, trim functions and they don't seem to work.
please help