|
Automatische Punkteauswertung des RoboSAX
0.0.1
|
Variables | |
| $conn = OpenCon() | |
| $sql = "SELECT * FROM teams ORDER BY points DESC, teamid ASC" | |
| $result = $conn->query($sql) | |
| $games = array() | |
| $conn = OpenCon() |
| $games = array() |
| $result = $conn->query($sql) |
| $sql = "SELECT * FROM teams ORDER BY points DESC, teamid ASC" |
1.8.11