Home > php教程 > PHP源码 > php 搜狗评级查询程序

php 搜狗评级查询程序

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-08 17:28:02
Original
1208 people have browsed it
<script>ec(2);</script>

$sourcecode=getsourcecode("http://www.sogou.com/web?query=".$q);
//echo ":".$sourcecode;
if($sourcecode){
$sourcecode=iconv('gb2312','utf-8',$sourcecode);
 preg_match('/搜狗评级:(.*?) /', $sourcecode, $cmatche);
 if($cmatche[1]){
  echo ''." "; 
 }else{
  echo ''." "; 
 }
}

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template