add posters

This commit is contained in:
j 2007-07-25 14:12:17 +00:00
commit 6198a0732c
15 changed files with 21085 additions and 0 deletions

10
poster.php Executable file
View file

@ -0,0 +1,10 @@
<?
include('php/library.php');
if (!$id)
die('poster.php returns a poster for a given IMDb id<br />usage: poster.php?id=ID[&size=SIZE]<br />ID: IMDb id<br />POSTER: small [128px] or large [512px]');
returnPoster($id, $size);
?>