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