diff --git a/stats.php b/stats.php index 0db3411..82d0618 100755 --- a/stats.php +++ b/stats.php @@ -22,41 +22,45 @@ include "script/db.php"; - - + + + + + + + +
-
PKpeach
- query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC'); - while($r = $req->fetch()) { - ?> - - - - -
-
- -
-
Boomario
- query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC'); - while($r = $req->fetch()) { - ?> - - - - -
-
- - +
PKpeach
Boomario
+ query('SELECT texte, points FROM scores WHERE team = 0 ORDER BY id DESC'); + while($r = $req->fetch()) { + ?> + + + + +
+
+ +
+ query('SELECT texte, points FROM scores WHERE team = 1 ORDER BY id DESC'); + while($r = $req->fetch()) { + ?> + + + + +
+
+ + -