|
Automatische Punkteauswertung des RoboSAX
0.0.1
|
Variables | |
| $conn = OpenCon() | |
| $sql = "SELECT * FROM games WHERE finished='0' AND active='1' AND teamactive='1' ORDER BY time ASC" | |
| $result = $conn->query($sql) | |
| $active = array() | |
| $anz = 0 | |
| if($result->num_rows > 0) | else |
| $games = array() | |
| $size = 0 | |
| $test = array() | |
| $i = 0 | |
| while ($i< $size) | |
| $active = array() |
| $anz = 0 |
| $conn = OpenCon() |
| $games = array() |
| $i = 0 |
| $result = $conn->query($sql) |
| $size = 0 |
| $sql = "SELECT * FROM games WHERE finished='0' AND active='1' AND teamactive='1' ORDER BY time ASC" |
| $test = array() |
| if ($result->num_rows > 0) else |
| while($i< $size) |
1.8.11