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.