diff --git a/bulitipp/ergebnisse.php b/bulitipp/ergebnisse.php new file mode 100755 index 0000000..57bd6dd --- /dev/null +++ b/bulitipp/ergebnisse.php @@ -0,0 +1,15 @@ + $value) { + $paarungsid=$value[0]; + array_push($data,getResult($paarungsid, getmaxspieltag())); +} + +$result=["reload"=>$reload,"data"=>$data]; +echo json_encode($result, JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE); diff --git a/bulitipp/maxspieltag.php b/bulitipp/maxspieltag.php new file mode 100755 index 0000000..4385585 --- /dev/null +++ b/bulitipp/maxspieltag.php @@ -0,0 +1,6 @@ + $value) { + array_push($data,[$value[0],$value[1]]); +} + +$result=["reload"=>$reload,"data"=>$data]; +echo json_encode($result, JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE); +