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