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