Commit 9d955670 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0ef008a8
...@@ -55,7 +55,7 @@ $tmdbKey = "b1ddcc7d16281ce09f692896f882ba9d"; ...@@ -55,7 +55,7 @@ $tmdbKey = "b1ddcc7d16281ce09f692896f882ba9d";
$tmdb = json_decode(file_get_contents($url), true); $tmdb = json_decode(file_get_contents($url), true);
//echo $tmdb; //echo $tmdb;
var_dump($tmdb["movie_results"][0]["id"]); var_dump($tmdb);
echo PHP_EOL; echo 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