save current state
This commit is contained in:
parent
c2c1ee7b9b
commit
64d4eeb85d
9 changed files with 116 additions and 97 deletions
|
|
@ -16,8 +16,8 @@ $BODY.=' <th>Datum, Zeit</th>
|
|||
<th>Dritter</th>
|
||||
</tr>';
|
||||
|
||||
$query=mysql_query("SELECT * FROM `games` ORDER BY `datetime` ASC",DB);
|
||||
while ($data=mysql_fetch_array($query)) {
|
||||
$query=mysqli_query($db, "SELECT * FROM `games` ORDER BY `datetime` ASC");
|
||||
while ($data=mysqli_fetch_array($query)) {
|
||||
$id=$data['id'];
|
||||
$BODY.="<tr><td>";
|
||||
if (LOGIN!="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue