Hi to All.
I have this code:
$query = " SELECT *FROM tabela WHERE persons LIKE '%$search%'
For example I have row in persons column which contains "John William Smith"
If I type in search filed "John William" or "William Smith" it will return result. But how to make to return result if I type "John Smith" in search box.