Fetch search results from google

<?php $keyword = "n1studios"; $results = file_get_contents("http://www.google.com/ie?q=%3C$keyword%3E&hl=nn&btnG=S%C3%B8k"); $results = stristr($results, "<nobr>"); $results = substr($results, 0, strlen($results)-strlen(stristr($results, "<hr>"))); echo $results; ?>

(PHP 4 >= 4.3.0, PHP 5)

You can use this script to fetch search results from google =P

Digg This

Need a reliable webhost? Take my word for it and go with Hostgator Green Web Hosting by HostGator