function get_index($domain){
$url=http://www.google.com/search?source=hp&biw=1440&bih=762&q=site%3a$domain&aq=f&aqi=g10&aql=&oq=;
$html=file_get_contents($url);
preg_match('/[\s\s].*/ui', $html,$index);
for($i=0;$iif(is_numeric($index['0'][$i])){
$count.=$index['0'][$i];
}
}
return $count;
}
http://www.bkjia.com/phpjc/745208.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/745208.htmltecharticle复制代码 代码如下: function get_index($domain){ $url=http://www.google.com/search?source=hpbih=762aq=faql= $html=file_get_contents($url); preg_match('/div id=resultstats[\...
