Erreur SQL !
FROM artistes WHERE (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]qu\\\\\\\\'est-ce[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]qu\\\\\\\\'est-ce[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]qu\\\\\\\\'est-ce[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]qu\\\\\\\\'est-ce[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]que[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]que[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]que[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]que[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]pierre[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]pierre[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]pierre[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]pierre[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]oublie[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]oublie[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]oublie[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]oublie[[:>:]]") AND affiche_artiste="1" AND (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]faire[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]faire[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]faire[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]faire[[:>:]]") AND affiche_artiste="1" ORDER BY nom_artiste ASC
Illegal argument to a regular expression.