Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 2947
PHP Script Codes > getIMDbInfo()
getIMDbInfo() is a PHP function I made to get movie data from IMDb.com.
You dont need any modules to use it since it just use file_get_contents() and regular expressions to retrieve the data.
It is easy to use. Usage instructions are included as a comment in the PHP file.