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