hello world!''; ?>
|
sssss |
ooooo |
立即学习“PHP免费学习笔记(深入)”;
立即学习“PHP免费学习笔记(深入)”;
$url = ''http://localhost/test.php''; //测试本地网页
#$url = ''http://www.myenjoylife.cn/index.php''; //抓取www.myenjoylife.cn首页内容
$lines_array = file($url);
$lines_string = implode('''', $lines_array);
eregi("(.*)", $lines_string, $head);
echo $head[0];
?>
立即学习“PHP免费学习笔记(深入)”;
http://blog.111cn.net/hongyu6/archive/2008/03/11/2170585.aspx











