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