i've already restrieve the first page of the search results from google, but i need to retrieve all the results untill the last page ..do you guys have any ideas how do i do this..
for the first page i use:
$url= "http://www.google.com/search?q=".urlencode($query);
$buffer = file_get_contents($url);
this coding get me the search results from the first page of the google results page...