Upload files to "php"
This commit is contained in:
parent
6cde044629
commit
a09f32f75d
@ -47,15 +47,15 @@ $commentaire=mysqli_fetch_all($req,MYSQLI_ASSOC);
|
||||
|
||||
<?php
|
||||
|
||||
echo '<div id="event">'
|
||||
echo '<div class="event">'
|
||||
. '<h3>'. $event['Nom'] .'</h3>'
|
||||
. '<div id="content">' . $event['Description'] . '</div>';
|
||||
. $event['Description'];
|
||||
echo "<br> Sport:". $event['Sport'];
|
||||
echo "<br> Lieu:". $event['Lieux'];
|
||||
echo "<br> Date:". $event['Date'];
|
||||
echo "<br> Nombre de participant:". $event['NbInscrit'];
|
||||
|
||||
echo '<h5 class="_bb1">Commentaires</h5>';
|
||||
echo '<h3>Commentaires</h5>';
|
||||
if (empty($commentaire)) {
|
||||
echo '<p>Aucun</p>';
|
||||
} else {
|
||||
@ -72,7 +72,7 @@ if (empty($commentaire)) {
|
||||
echo "</section>";
|
||||
}
|
||||
}
|
||||
echo "</div>";
|
||||
|
||||
|
||||
if (empty($_SESSION['login'])) {
|
||||
echo '<p>Il faut être identifié pour poster un commentaire.</p>';
|
||||
@ -86,6 +86,7 @@ if (empty($_SESSION['login'])) {
|
||||
?>
|
||||
|
||||
<p> <a href="evenement.php">Retour à la liste des evenement</a> </p>
|
||||
</div>;
|
||||
<footer>
|
||||
<?php
|
||||
include 'footer.php';
|
||||
|
Loading…
Reference in New Issue
Block a user