Commit 02a51cda authored by Nico Schallehn's avatar Nico Schallehn

test file

parent 1c1117c2
<?php
include("imdb.class.php");
$imdb = new IMDB("http://www.imdb.com/title/tt0489270/");
if ($imdb->isReady) {
var_dump($imdb->getCertification());
}
\ 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