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