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