I have a problem with a character for example : in my databas i have a word like :" papier d'emballage" and if i try this request :
$requete = "SELECT * FROM `produit` WHERE MATCH (nom) AGAINST ('emballage*' IN BOOLEAN MODE);"; --->it doesnt't work, because of this character :" ' " and there is no answer. Indeed on your site, it's indicated : "MySQL uses a very simple parser to split text into words. A ``word'' is any sequence of characters consisting of letters, digits, `'', or `_'. " thanks.