Posted in PHP onMarch 03, 2007
<?php $str = file("http://tq.tom.com/china/index.html"); $count = count($str); for ($i=0;$i<$count;$i++){ $file .= $str[$i]; } $tomtq = explode("<table width=\"774\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" bgcolor=\"#ABABAB\">",$file); $tomtq = explode("</table>",$tomtq[1]); $tomtq= $tomtq[0]; //$tomtq tom天气小偷 ?>
天气预报 code来的
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
个人站长制做网页常用的php代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@