Commit aa77d690 authored by Nico Schallehn's avatar Nico Schallehn

test

parent fb5c318b
......@@ -15,10 +15,12 @@ echo $url;
$tmdb = jsonCacheDecoder($url);
var_dump($tmdb);
if(isset($tmdb["movie_results"])){
$tmdbURL="https://api.themoviedb.org/3/movie/".$tmdb["movie_results"][0]["id"]."?api_key=".$tmdbKey."&language=de&append_to_response=trailers";
var_dump($tmdb["movie_results"]);
/*$tmdbURL="https://api.themoviedb.org/3/movie/".$tmdb["movie_results"][0]["id"]."?api_key=".$tmdbKey."&language=de&append_to_response=trailers";
echo $tmdbURL.PHP_EOL;
$tmdbData1 = jsonCacheDecoder($tmdbURL);
var_dump($tmdbData1);
var_dump($tmdbData1);*/
}
......
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