Ben kontrol etmek için bu kodu kullanarak ancak sonuç almıyorum. İşte ben yahoo içinde google.com ve geri almak için çalışıyorum.
$url = "http://www.google.com";
$page = file_get_contents("http://siteexplorer.search.yahoo.com/search?p=$url&bwm=i&bwmf=a&bwms=p");
$expression = '/<span class="btn">Inlinks \((.*)\)<i class="tl"><\/i>/Us';
preg_match($expression, $page, $matches);
print_r($matches);