10 lines
No EOL
232 B
PHP
Executable file
10 lines
No EOL
232 B
PHP
Executable file
<?
|
|
|
|
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);
|
|
|
|
?>
|