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