Board logo

标题: [求助] [function.file-get-contents]函数问题 各位大侠进来下 [打印本页]

作者: coolcm    时间: 2013-10-29 21:16     标题: [function.file-get-contents]函数问题 各位大侠进来下

本帖最后由 coolcm 于 2013-10-29 21:19 编辑

这几天DX3.1 装了个插件出现问题,插件作者说是 [function.file-get-contents]服务器函数问题。
服务器是linux +wdcp
服务器系统及 PHPLinux / PHP v5.2.17p1
服务器软件Apache
服务器 MySQL 版本5.1.63
php.ini allow_url_fopen 已打开了

测试代码如下:
<?php
$url = "www.baidu.com";
$contents = file_get_contents($url);
//如果出现中文乱码使用下面代码
//$getcontent = iconv("gb2312", "utf-8",$contents);
echo $contents;
?>
错误如下:Warning: file_get_contents(www.baidu.com) [function.file-get-contents]: failed to open stream: No such file or directory in /www/web/wwwqzkkcn/public_html/1.php on line 3
各位大侠帮忙看看
作者: admin    时间: 2013-10-30 15:50

增加http://
作者: coolcm    时间: 2013-10-30 17:09

谢谢管理员回复。增加http://后测试代码是可以了。但插件还是没法用。正在联系插件作者
作者: coolcm    时间: 2013-10-30 17:12

谢谢管理员回复。增加http://后测试代码是可以了。但插件还是没法用。正在联系插件作者




欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) Powered by Discuz! 7.2