mysql sélectionnez où le texte contient
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'
Impossible Ibis
SELECT *
FROM `table`
WHERE `column` LIKE '%{$needle}%'