Commit d9876df7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b1739c29
......@@ -5,5 +5,12 @@ $imdb = new IMDB("http://www.imdb.com/title/tt0489270/");
if ($imdb->isReady) {
var_dump($imdb->getCertification());
//var_dump($imdb->getCertification());
}
$tmdbKey = "b1ddcc7d16281ce09f692896f882ba9d";
$tmdb = json_encode(file_get_contents("https://api.themoviedb.org/3/find/tt"."0489270"."?external_source=imdb_id&api_key=".$tmdbKey."&language=de"));
var_dump($tmdb);
\ No newline at end of file
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