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