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