【发布时间】:2009-05-20 10:28:33
【问题描述】:
$file = @fopen("http://ajax.htm","rb");
我在使用 fopen 时收到此错误
Warning: fopen(xyz.htm): failed to open stream: HTTP request failed!
in /home/user/public_html/aaa/ttt.php on line 8
这背后的原因是什么?
【问题讨论】:
-
能否请您发布完整的声明?包含这个 fopen() 函数调用的语句,如果你愿意的话。
-
我已经编辑了我的帖子,你可以在那里查看
-
您已经发布了这个问题。只需编辑您以前的:stackoverflow.com/questions/887013/error-on-using-fopen/…