Liste des engagés Téléthon

[insert_php]
$mysql_link = mysql_connect(« mysql51-58.pro », »emesetw-1″, »hVKp5DVpEqg8″) or die(« pb serveur mysql »);
$db_selected=mysql_select_db(« emesetw-1 »,$mysql_link) or die(« pb base »);
$queryParticipants= »SELECT nom,prenom FROM adherent where ident in (select idParticipant from `TtournoiTelethon`) ORDER BY nom »;
$resultParticipants=mysql_query($queryParticipants);
$nbParticipants = mysql_num_rows($resultParticipants);
echo « 

« ;
echo « 

« ;
echo « 

« ;
echo « 

« ;
while ($liste=mysql_fetch_object($resultParticipants))
{
echo « 

« ;
echo « 

« ;
echo « 

« ;
}
echo « 

« .$nbParticipants. » participants
$liste->prenom $liste->nom

« ;
[/insert_php]