小偷程序
$url = "http://weather.tq121.com.cn/detail.php?city=$_GET[city]"; //目标站$fp = @fopen($url, "r") or die("超时");$fcontents = file_get_contents($url);eregi("<img src=\"images/20080821.gif\" width=\"480\" height=\"55\" border=\"0\"></a></td>(.*)<td width=\"21\" valign=\"top\"> </td>", $fcontents, $regs);$regs[1]=str_replace("src=\"../images/","src=\"http://weather.tq121.com.cn/images/",$regs[1]);echo $regs[1];?函数:file_get_contents
?