Recommend this page to a friend! |
Classes of Dantigny francois | PHP IMDB search | README.md | Download |
|
DownloadPHP-IMDBSearchfind on IMDB.COM some titles like an input title INPUT : 1 - a title ($_GET['t']), 2 - a country ($_GET['c']) : in order to filter all the titles of the 'movies' ('all' for no filter), 3 - a MoviesTypes ($_GET['g'] & see langages.php : $Types) : to filter only on some 'MoviesTypes' OUTPUT : '0' if no title match the entry on IMDb.com, else an array: array(
) adapted from https://github.com/abhinayrathore/PHP-IMDb-Scraper TO DO : Try to deceive IMDB.com to persuade him whom we are in France / Italy / else ! ATTENTION : strings - in the output - are filtered on "commas" because trouble with Javascript JSON.parse see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse |