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