i was using google search results but suddenly they changed something and now i can not.
php Code:
<?php
header('Content-type:text/html; charset=utf-8');
$s = file_get_contents("http://www.google.com.tr/search?hl=tr&q=test&meta=");
preg_match("/<div class=g>(.*?)<h2 class=r>/Us",$s,$d);
echo "<pre>";print_r($d);
?>
can you please tell me what is wrong
Reply With Quote
eruseldarine
View Public Profile
Send a private message to eruseldarine
Find all posts by eruseldarine