PHP 'file_get_contents' does not work from server

后端 未结 3 1162
春和景丽
春和景丽 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:32

    A URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for links to information about what abilities the various wrappers have, notes on their usage, and information on any predefined variables they may provide.

提交回复
热议问题