ec.id_epreuve='$id_epreuve' AND ec.id_salle=es.id AND es.id_epreuve='$id_epreuve' AND jec.id_classe=c.id AND jec.login=e.login ORDER BY ec.n_anonymat, e.nom, e.prenom;"; //echo "$sql<br />\n"; $res=mysqli_query($GLOBALS["mysqli"], $sql); if(mysqli_num_rows($res)>0) { //echo "Retour non vide<br />\n", $num_page++; $pdf->AddPage("P"); $professeur_courant=$profs[$i]['civ_n_p']; //echo "Prof $i : $professeur_courant<br />\n"; $pdf->EnteteListe(); $cpt_col=0; $x0=10; $x1=$x0; $y1=30; $y2=41; $pdf->SetFont('DejaVu','B',10); $tab_nom=array(); $tab_naissance=array(); $tab_classe=array(); $tab_salle=array(); $tab_n_anonymat=array(); $cpt=0;