Such situation:
1) There is a SELECT * FROM table WHERE name LIKE '%'.$search.'%'
2) Suppose there is a phrase Advanced O
, then it will print all the lines with the entry of this phrase
3) How to make the word / character separated by a space separated, i.e. with the phrase Advenced O
not only the string Advenced Other
, but also Advenced Error
It turns out it is necessary to display the lines with the entry of the word Advenced
and the letter "O"