php include to external url

后端 未结 5 1380
迷失自我
迷失自我 2020-12-19 15:29

I am currently trying to use the php function \'include\' to include an external url. This is so that whenever the webpage is updated it will automatically update mine. The

5条回答
  •  执念已碎
    2020-12-19 15:40

    Look at your php.ini and make sure allow_url_include is set to 1. Restart HTTPD, done.

提交回复
热议问题