fopen is not working on my server

前端 未结 6 2010
迷失自我
迷失自我 2020-12-11 03:14

It works perfectly on localhost with Xampp, but when I try it on my server (host-ed.net), fopen can\'t open any url, it only works for files without http.

&l         


        
6条回答
  •  無奈伤痛
    2020-12-11 03:41

    Search for allow-url-fopen in your PHP.ini.

    http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen

提交回复
热议问题