Commit b962267e authored by Nico Schallehn's avatar Nico Schallehn

test

parent a7a0579b
......@@ -64,8 +64,8 @@ echo "Summery: ".$tmdb["tv_results"][0]["overview"].PHP_EOL;
$url2="https://api.themoviedb.org/3/tv/".$tmdb["tv_results"][0]["id"]."?api_key=".$tmdbKey."&language=de";
$tmdb2 = json_decode(file_get_contents($url2), true);
var_dump($tmdb2["seasons"]);
exit;
//var_dump($tmdb2["seasons"]);
//exit;
foreach ($tmdb2["seasons"] AS $Key => $Value){
echo " Staffel ".$Value["season_number"].":".PHP_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment