PHP 'file_get_contents' does not work from server

后端 未结 3 1160
春和景丽
春和景丽 2020-12-21 08:05

I have a website (PHP) hosted in Yahoo small business and application (Java) Hosted in Rackspace.

I am making a file_get_contents

3条回答
  •  时光取名叫无心
    2020-12-21 08:26

    Check the php.ini file and make sure similar is available as below

    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-fopen allow_url_fopen = On

    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-include allow_url_include = Off

提交回复
热议问题