PHP Bulk Search Sogou sogou code sharing, Phpsogou
PHP Batch Query Sogou Sogou rank, very good, mainly the use of PHP file_get_contents () method.
<?phpdate_default_timezone_set (' Asia/shanghai '); header (' content-type:text/html; Charset=utf-8 '); @ $txt = file_get_contents ("List.txt"), $arr = Explode ("\ r \ n", Trim ($txt)); if (count ($txtarr) <0) { exit (' no site '),} foreach ($arr as $v) { $sr =file_get_contents ("http:// rank.ie.sogou.com/sogourank.php?ur=http%3a%2f%2f{$v}%2f "); $SR =str_replace (' sogourank= ', ', $SR); if ($sr >2) { echo $v. "
\ n "; } else{ continue; }}
The above mentioned is the whole content of this article, I hope you can like.
http://www.bkjia.com/PHPjc/1000259.html www.bkjia.com true http://www.bkjia.com/PHPjc/1000259.html techarticle PHP Bulk Search Sogou sogou code share, Phpsogou PHP bulk query Sogou sogou rank, very good, mainly using the PHP file_get_contents () method. phpdate_default_timezone_s ...