PHP file_get_contents returning false

前端 未结 4 1840
南笙
南笙 2021-01-04 00:12

Maybe I\'ve been sat here too long staring at this but WHY would file_get_contents return false here? I\'ve cut and paste the URL and it works fine

4条回答
  •  感情败类
    2021-01-04 00:18

    Probably allow_url_fopen in your php.ini: http://php.net/manual/en/filesystem.configuration.php

    Needs to be allowed.

提交回复
热议问题