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