十万火急 Warning: file_get_contents()
代码如下:
<?PHP
echo file_get_contents('http://www.baidu.com/');
?>
运行如下:
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: 不知道这样的主机。 in D:\wamp\www\12\1.php on line 2
Warning: file_get_contents(http://www.baidu.com/) [function.file-get-contents]: failed to open stream: No such file or directory in D:\wamp\www\12\1.php on line 2
我始终找不到哪儿错了,我PHP的allow url fopen也设置了的。另外,如果打开一个本地的文件,则能正常显示,不知道哪儿问题,请高手帮忙。
PS:我怀疑是我的网络问题,我这边上网是通过代码服务器上的网,就是上网的时候要把IE里面的代理设置好,但我现在代理一切正常,能上网。