当前位置:编程学习 > php >>

php 获取远程网页内容的函数

答案:<?php
$curDomain = $_SERVER['HTTP_HOST'];
$strHTML = file_get_contents('http://www.zhaoxi.net/DomainParking.asp?gDomName='.$curDomain);
echo $strHTML
?>
早就在网上看到说file_get_contents不稳定,果然碰到了。。。
另一方面也说明了程序的容错性很差啊。。。
恩,言归正传吧。
碰到的是这个错误:
file_get_contents(http://***.php): failed to open stream: HTTP request failed!
G一下,决定用curl

上一个:php 正则匹配函数体
下一个:php 正则表达式小结

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,