Script Description: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.
Site Url: http://asdasd.net/index.php?page=getIMDbInfo
