Warning: file_get_contents(http://121.10.247.10/51wanquery/rank.do?type=1&sid=672) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /www/webmanager.51wan.com/branches/20110308/wwwroot/interface/sh_toplist.php on line 43

解决方案 »

  1.   

    你把那个url到浏览器试下 不行
    我试过了
    跟使用这个函数无关
    403 请求错误 
      

  2.   

    这种情况我在ajax请求中遇到过,403指连接超时失败,是网络的原因,不过一般重新打开就好了
      

  3.   

    用浏览器直接访问是可以的
    但是对方返回的是xml格式的数据本想用  simplexml_load_file函数的,但是这个函数也报错
      

  4.   

    http://blog.csdn.net/wbandzlhgod/article/details/6687916
      

  5.   

    403 没权限网站经用了file_get_contents函数,试试curl
      

  6.   

    网站禁用了file_get_contents函数
      

  7.   

    获取不成功,应该是禁用了file_get_contents函数