Question: "".$question.""

"; echo ""; echo ""; for ($i = 0; $i < count($proposition); $i++) { if (($nbvotes[$i] != 0) || ($totalnbvotes != 0)) $percent = round(($nbvotes[$i]*100)/$totalnbvotes); else $percent = 0; echo "\n"; echo "\n"; echo "\n"; if ($nbvotes[$i] == 0) $nbvotes[$i] = "aucun"; echo "\n"; } echo ""; echo "
Réponses:
".addslashes($proposition[$i]).":".$percent."%(".$nbvotes[$i]." vote"; if ($nbvotes[$i] > 1) echo "s"; echo ")
Total:100%(".$totalnbvotes." votes)
"; $footerbox = 1; $footerboxtext = "Retour"; $footerlien = "/"; } else { // ************* affichage des questions ****************** if ($Cpt <= 0) { echo "Aucun sondage disponible
"; } else { echo $question."
"; echo "
\n"; for($i=0;$i<=$Cpt-1;$i++) echo " $proposition[$i]
\n"; echo "
\n"; $footerbox = 1; $footerboxtext = "Résultats"; $footertitle = "Voir les résultats de ce sondage"; $footerlien = "?modulepage=sondage&affresults=1&echelle=200&File=$File"; } } unset($FileName); unset($param); unset($choix); unset($vote); unset($affresults); ?>