millken
高级会员

UID 73040
精华
0
积分 740
帖子 493
金钱 740 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2006-5-9 来自 REFERER
状态 离线
|
[推荐阅读] 我怎么回复不了啊?
<?php function updateSeoKeywords() { global $db; $fd = file_get_contents('http://top.baidu.com/index_more.html'); $fd = iconv("GBK","UTF-8",$fd); $startpos = strpos($fd, '十大电视节目风云榜') + strlen('十大电视节目风云榜'); $endpos = strpos($fd, '</table>', $startpos);//截取标记 $book_intro = trim(substr($fd, $startpos, $endpos - $startpos)); preg_match_all("/\"_blank\"> (.*)</a>/", $book_intro, $c); //$carr = array_slice($c[1], 0, 4);//取前4个 $SeoKeywords = implode(",",$c[1]); $db->query("REPLACE INTO `config` (`name`,`value`) values ('seokeyword','$SeoKeywords'),('seotitle','$SeoKeywords')"); updatecachefile('config'); } ?>
|  Blogger 免费搭建的个人BLOG |
|