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