gpt4 book ai didi

php - 使用 php include 的更好/更安全的方法?

转载 作者:可可西里 更新时间:2023-11-01 00:38:02 24 4
gpt4 key购买 nike

这对我有用,但是有没有更好/更安全的方法来使用包含:

<?php include "http://www.myserver.com/somefile.php" ; ?>

我试过:

<?php include "somefile.php" ; ?>

但是没有用。

最佳答案

我使用这种格式,所以我可以使用根级别的相对路径。它比路径中的一堆 ..\..\更容易阅读。

include $_SERVER["DOCUMENT_ROOT"] . '/root folder/file.php'

关于php - 使用 php include 的更好/更安全的方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3267883/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com