I try the way to find string in sql database. I thing if i have string "a b c d e", for accuracy result, i try "select...from...where column = 'a b c d e' or column='a b c d' or column='a b c' or..." , i try to find the way to get array for implode like this:
[0]=>a b c d e,
[1]=>a b c d,
[2]=>a b c,
...
[n]=>a
Can i do
like that ?
Thank you very much.
Hello,everybody,nice,to,meet,you]