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