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