PHP Classes

File: README

Recommend this page to a friend!
  Classes of Bernhard Essl   IMDB Search   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: rtfm
Class: IMDB Search
Search for movie titles in the IMDB site
Author: By
Last change: update
Date: 12 years ago
Size: 534 bytes
 

Contents

Class file image Download
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.