Automatische Punkteauswertung des RoboSAX  0.0.1
Variables
schiri.php File Reference

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)
 

Variable Documentation

$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
Initial value:
{
write_log("0 results for the query: ".$sql." in disp_timelist.php")
$sql
Definition: schiri.php:13
write_log($statement)
Definition: db_manip.php:3
while($i< $size)