commit 19f767a58e2428f2b4173f926b70bae5933f6778
Author: Michel Tuboeuf Aucune personne inscrite pour le moment. Nombre de personnes : " . $annonce['nombre'] . " Option choisie : " . $annonce['transport_option'] . " Cette personne a indiqué qu'elle ne sera pas présente. " . $annonce['description'] . "" . $annonce['title'] . "
";
+ if ($annonce['nombre'] > 0) {
+ echo "
";
+ }
+
+ // Afficher les totaux
+ echo "Total des participants :
";
+ echo "Total rendez-vous pour du covoiturage : " . $totalCovoiturage . "
";
+ echo "Total rendez-vous au départ randonnée : " . $totalRdv . "
Veuillez sélectionner une option de transport.
"; + } else { + addAnnonce($_POST['title'], $nombre, $description, $transportOption); + header("Location: " . $_SERVER['PHP_SELF']); + exit; + } +} +?> + + + + + + + +