Erreur SQL !
FROM artistes WHERE (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]concour[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]concour[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]concour[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]concour[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]pour[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]pour[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]pour[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]pour[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]gagner[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]gagner[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]gagner[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]gagner[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]journaux[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]journaux[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]journaux[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]journaux[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]intimes[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]intimes[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]intimes[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]intimes[[:>:]]") AND affiche_artiste="1" ORDER BY nom_artiste ASC
Illegal argument to a regular expression.