forked from vergnet/site-accueil-insa
stats.php
This commit is contained in:
parent
5302e47ad7
commit
7352c3510d
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ include "script/db.php";
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="title">Boomario</div>
|
<div class="title_in">Boomario</div>
|
||||||
<?php
|
<?php
|
||||||
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
|
$req = $db->query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC');
|
||||||
while($r = $req->fetch()) {
|
while($r = $req->fetch()) {
|
||||||
?>
|
?>
|
||||||
<span class="box-point_in">
|
<span class="box-point">
|
||||||
<table class="in">
|
<table class="in">
|
||||||
<td class="left"><?= $r['texte'] ?></td>
|
<td class="left"><?= $r['texte'] ?></td>
|
||||||
<td class="right"><?= $r['points'] ?></td>
|
<td class="right"><?= $r['points'] ?></td>
|
||||||
|
|
Loading…
Reference in a new issue