\n"; echo ""; $sql="select bureau,president,president_suppleant,secretaire from ".DB_PREFIXE."composition_bureau where scrutin='".$scrutin."' order by bureau"; $res = $f -> db -> query($sql); $f->isDatabaseError($res); echo ""; while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){ echo ""; } echo "
"._("bureau").""._("president")."". _("president")." "._("suppleant").""._("secretaire")."
No ".$row['bureau']."  ".$row['president']."". $row['president_suppleant']."".$row['secretaire']."
"; echo ""; ?>