add posters
This commit is contained in:
commit
6198a0732c
15 changed files with 21085 additions and 0 deletions
10
poster.php
Executable file
10
poster.php
Executable 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);
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue