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