require("../bd.php"); $sql="select r.id as id, c.nom as client from realisations r, clients c where r.survol='1'and r.id_client=c.id ORDER BY r.date DESC";$res=mysql_query($sql,$bd);$nbe=0;$survol="";$tableau="Tableau=[";while($row=mysql_fetch_object($res)){$survol.='
