IMDB rating using cURL and PHP - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: IMDB rating using cURL and PHP (/showthread.php?tid=28093) |
IMDB rating using cURL and PHP - sarvsav - 08-25-2013 A script to find the rating of any imdb movie. How to use, php imdb.php <movie name> Ex : $ php imdb.php trtanic Your movie Titanic (1997) has 7.6 ratings. PHP Code: <?php Skype : Sarvsav Sharma RE: IMDB rating using cURL and PHP - Callum - 04-15-2014 Looks good - looks like you've got a good script here. |