• 冒险村物语
  • 英雄无敌3塔防
  • 驾考家园手游

php 采集入库

2014-09-05

if($_GET[id]<=70 && $_GET[id]){ 
$con=file_get_contents ("http://book.qq.com/lianzaiindex/sort4/index_".$_GET['id'].".htm");
//echo $con; 
$preg = "#<td><a href=/"(.*)/" target=/"_blank/"><strong>(.*)</strong>#iUs"; 
 
preg_match_all($preg,$con,$arr); 
$time=time(); 
 
foreach ($arr[1] as $k=>$v){ 
    echo $v." ".$arr[2][$k]."<br>"; 
    $sql="insert into  tmp_url (url,title,addtime) values ('".$v."','".$arr[2][$k]."','$time')"; 
    $db->query($sql); 

$_GET['id']++; 
echo  "正在采集www.zhishiwu.com。。。。".$_GET[id]; 
echo "<script>location.href='stahtml.php?id=".$_GET[id]."'</script>"; 
}else { 
    echo "采集结束"; 


摘自 chaojie2009的专栏
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)

人气推荐

知识阅读

精彩推荐

  • 游戏
  • 软件
查看更多>>