如何包含一个超过2个目录的文件。我知道你可以使用../index.php来包含一个返回2个目录的文件,但是如何才能包含返回3个目录呢?这有意义吗?我尝试过.../index.php,但它不起作用。
我在/game/forum/files/index.php中有一个文件,它使用PHP include来包含一个文件。它位于根目录为/的/includes/boot.inc.php中。
https://stackoverflow.com/questions/162873
复制相似问题