This is a simple class that can be used to search for movie titles in the Internet Movie Database site.
It accesses the IMDB site search page submitting a query for given search keywords.
The class returns an array with title and identifiers of the movies of all found occurrences. |