Commit 4191cc09 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 05cf9553
......@@ -17,8 +17,8 @@ $tmdb = jsonCacheDecoder($url);
if(isset($tmdb["movie_results"])){
//var_dump($tmdb["movie_results"][0]["poster_path"]);
echo "https://image.tmdb.org/t/p/original/".$tmdb["movie_results"][0]["poster_path"].PHP_EOL;
echo "https://image.tmdb.org/t/p/original/".$tmdb["movie_results"][0]["backdrop_path"].PHP_EOL;
echo "https://image.tmdb.org/t/p/original".$tmdb["movie_results"][0]["poster_path"].PHP_EOL;
echo "https://image.tmdb.org/t/p/original".$tmdb["movie_results"][0]["backdrop_path"].PHP_EOL;
/*$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;
......
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