IMDB_Search - search on imdb.com site
Tue Aug 15 18:03:33 CEST 2006
===================================
Intro
This class search the internet movie database - imdb.com - for movie titles.
You receive an array including title and the imdb ID.
Usage
Include the class.imdb_search.php:
require_once("classes/class.imdb_search.php");
Create a new instance of the class:
$IMDB_Search = new IMDB_Search;
Search for $q on imdb.
$IMDB_Search->searchTitles($q);
Feel free to report any problems, comments or whatever. |