Commit aacd6fc4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b962267e
......@@ -73,7 +73,7 @@ foreach ($tmdb2["seasons"] AS $Key => $Value){
//echo $url3.PHP_EOL;
$tmdb3 = json_decode(file_get_contents($url3), true);
foreach ($tmdb3["episodes"] as $key => $value) {
echo " Episode ".$value["episode_number"]." Name: ".$value["name"];
echo " Episode ".$value["episode_number"]." Name: ".$value["name"].PHP_EOL;
}
//var_dump($tmdb3);
......
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