Autor: Christian

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=415227“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=470481“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=470424“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=470610“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=470559“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] //$URL = JSON Mannschaftsspielplöne von Handball4All $url = „https://h4a.it4sport.de/spo/spo-proxy_public.php?cmd=data&lvTypeNext=team&lvIDNext=471492“; $jsonfile = file_get_contents($url); $json = json_decode($jsonfile,true); echo „ Datum Uhrzeit Heim Gast Halle Ergebnis „; foreach ($json[‚0‘][dataList] as $data) { //Alle möglichen Mannschaften von TV Billstedt suchen $heim = strpos($data[‚gHomeTeam‘],“TV

[insert_php] // Datenquelle $host = „http://spo.handball4all.de/Spielbetrieb/?A=g_class&orgID=81&orgGrpID=81&score=37926“; $allowed_tags = array(„html“, „body“, „b“, „br“, „em“, „hr“, „i“, „li“, „ol“, „p“, „s“, „span“, „table“, „tr“, „td“, „u“, „ul“); // Wir holen uns die Inhalte $filestring = file_get_contents($host); // Welcher Bereich $startpos = 0;