ob_start(); header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); require("../conf/sqlconf.php"); require("../conf/session.php"); // HTTP/1.0 sessionSecurityControl(); ob_end_flush(); if (empty($id_tournoi)) { echo("Vous dévez renseigner le paramètre id_tournoi..."); exit; } $tournoi = new Tournoi; if (!$tournoi->dbRead($id_tournoi)) { echo("Impossible de lire le tournoi $id_tournoi en base... ".mysql_error()); exit; } function printMatch($match) { global $membre_session; global $id_tournoi; global $tournoi; $m1 = $match->membre1->pseudo; $m2 = $match->membre2->pseudo; $s1 = $match->score_membre1; $s2 = $match->score_membre2; if ($match->resultat_membre1=='v') { $m1 = "$m1"; } if ($match->resultat_membre2=='v') { if ($match->tournoi->scoresActifs=='non') { $m1 = "".$match->membre2->pseudo.""; $m2 = $match->membre1->pseudo; $s1 = $match->score_membre2; $s2 = $match->score_membre1; } else $m2 = "$m2"; } print("
&id_membre= print("$id_membre"); ?>">Format tableau
$listeConfirmee = $tournoi->getListeMatchs($id_membre,'oui'); $listeNonConfirmee = $tournoi->getListeMatchs($id_membre,'non'); if (sizeof($listeConfirmee)==0 && sizeof($listeNonConfirmee)==0) { print("Aucun résultat n'a été soumis pour le moment
"); } if (sizeof($listeConfirmee)>0) { ?>
|
|
|
|
|
|