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