stats.php

This commit is contained in:
Baptiste Rebillard 2022-06-14 21:48:55 +02:00
parent 5302e47ad7
commit 7352c3510d

View file

@ -39,12 +39,12 @@ include "script/db.php";
?>
</td>
<td>
<div class="title">Boomario</div>
<div class="title_in">Boomario</div>
<?php
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
while($r = $req->fetch()) {
?>
<span class="box-point_in">
<span class="box-point">
<table class="in">
<td class="left"><?= $r['texte'] ?></td>
<td class="right"><?= $r['points'] ?></td>