Erreur SQL !
FROM artistes WHERE (REPLACE (nom_artiste,"é","e") REGEXP "[[:<:]]donny[[:>:]]" OR REPLACE (prenom_artiste,"é","e") REGEXP "[[:<:]]donny[[:>:]]" OR REPLACE (nom_complet_artiste,"é","e") REGEXP "[[:<:]]donny[[:>:]]" OR biographie_artiste REGEXP "[[:<:]]donny[[:>:]]") 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.