ホームページ >バックエンド開発 >PHPチュートリアル >PHP天气预报小偷08年版_PHP
/************************************************************************
名称:天气预报小偷
功能:每天读取新浪网上的天气情况并保存到本地,然后再从本地读取显示
开发:n3tl04d QQ:10492315 1妹儿:n3tl04d[at]gmail.com [url]http://smboy.bokee.com[/url]
更新日期:2007年11月22日
*************************************************************************/
@header("Content-Type:text/html;charset=gb2312");
error_reporting(0);
/*******************看weather.txt的修改时间是否为当天,如果是昨天的就要上网抓结果***********/
$tmp = filemtime("weather.txt");
$tt1=date("Ymd",$tmp)."
";
$tt2=date("Ymd");
if ($tt1 //echo "要抓结果";
unlink("weather.txt");
$url = "http://php.weather.sina.com.cn/search.php?city=广州" ;
$content = file_get_contents($url);
preg_match_all('/
|