Skip to content
Snippets Groups Projects
Commit 44d5dd05 authored by LANTZ Nathan's avatar LANTZ Nathan
Browse files

Update evenement.php

parent 98413207
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
echo '<li>';
echo '<h3>' . $row['Lieu'] . '</h3>';
echo '<p>Date: ' . $row['Horaire'] . '</p>';
echo '<p>Places Disponibles: ' . $row['PlacesDisponibles'] . '</p>';
echo '<p>Place Disponibles: ' . $row['PlacesDisponibles'] . '</p>';
echo '<p>Gagnant: ' . $row['Gagnant'] . '</p>';
echo '<p>Score: ' . $row['Score'] . '</p>';
echo '</li>';
......@@ -123,7 +123,7 @@
echo '<li>';
echo '<h3>' . $row['Court'] . '</h3>';
echo '<p>Date: ' . $row['Horaire'] . '</p>';
echo '<p>Emplacement: ' . $row['JoueursNecessaires'] . '</p>';
echo '<p>Place disponibles: ' . $row['JoueursNecessaires'] . '</p>';
echo '</li>';
}
echo '</ul>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment