save current state
This commit is contained in:
parent
c2c1ee7b9b
commit
64d4eeb85d
9 changed files with 116 additions and 97 deletions
4
main.php
4
main.php
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$query=mysql_query("SELECT `first_id` FROM `games` WHERE `scoregame` = 'TRUE' ORDER BY `games`.`datetime` DESC LIMIT 0 , 1",DB);
|
||||
$data=mysql_fetch_array($query);
|
||||
$query=mysqli_query($db, "SELECT `first_id` FROM `games` WHERE `scoregame` = 'TRUE' ORDER BY `games`.`datetime` DESC LIMIT 0 , 1");
|
||||
$data=mysqli_fetch_array($query);
|
||||
$BODY.='<br><br><table class="the_ring" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue