mysql pilih di mana teks berisi
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'
Impossible Ibis
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'