cristynel Posted May 27, 2012 Report Posted May 27, 2012 Plus IMDb is an advanced scrapper wich stores the movies in a database, along with the posters and other details. Also on each movies you have trailers displayed automatically from YouTube.Every movie page have Title & Description tags included for SEO purposes.Movies are taken in the moment you search the movies in the Search Box, so if a visitor comes on your website and search for Mildred Pierce for example, if the movies wasn’t searched before, it will automatically grab it from IMDb, and store all the details, and after that, return the result.Movies can be searched by Years, Stars, Genres and Countries.Requierments: PHP , MySQL, Apache, Rewrite and cURL.DOWNLOAD Quote
yosylver Posted October 20, 2012 Report Posted October 20, 2012 sa facut update cine il vrea PM Quote
UnixDevel Posted October 20, 2012 Report Posted October 20, 2012 ma uitam in cod si plang ...ma e greu sa pui stripslashes pe toate geturile $name = $_GET['q']; if(!empty($name)) { $query = "SELECT * FROM imdb WHERE id = '$name'"; , Quote