escape($nom); $chanteurs = $bdd->query("SELECT artiste FROM gsm_titres WHERE artiste LIKE '$nom%' GROUP BY artiste;"); $bdd->deconnexion(); if (!empty($chanteurs) && !empty($nom)) { print ""; } ?>