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