Erreur SQL !
FROM news WHERE (titre_news REGEXP "[[:<:]]extrait[[:>:]]" OR mots_cles_news REGEXP "[[:<:]]extrait[[:>:]]" OR REPLACE (texte_news,"é","e") REGEXP "[[:<:]]extrait[[:>:]]") AND affiche_news="1" AND (titre_news REGEXP "[[:<:]]du[[:>:]]" OR mots_cles_news REGEXP "[[:<:]]du[[:>:]]" OR REPLACE (texte_news,"é","e") REGEXP "[[:<:]]du[[:>:]]") AND affiche_news="1" AND (titre_news REGEXP "[[:<:]]romant[[:>:]]" OR mots_cles_news REGEXP "[[:<:]]romant[[:>:]]" OR REPLACE (texte_news,"é","e") REGEXP "[[:<:]]romant[[:>:]]") AND affiche_news="1" AND (titre_news REGEXP "[[:<:]]l'[[:>:]]" OR mots_cles_news REGEXP "[[:<:]]l'[[:>:]]" OR REPLACE (texte_news,"é","e") REGEXP "[[:<:]]l'[[:>:]]") AND affiche_news="1" ORDER BY date_news DESC, id_news DESC
Illegal argument to a regular expression.