-
-
Nouvelle votation
- ');
-if (empty($idVotation))
-{
- if (array_key_exists("idVotation", $_SESSION))
- {
- if (!empty($_SESSION["idVotation"]))
- {
- $idVotation = $_SESSION["idVotation"];
- $votationName = $db->queryVotationName($idVotation);
- }
- }
-}else
-{
- $db = new db();
- $db->resultats($idVotation);
- $listeVotants = $db->liste_votants();
- foreach($listeVotants as $votant)
- {
- print $votant["prenom"] . " " . votant["nom"] . EOLH;
- }
-}
-print('
-