Relative paths and nested includes [duplicate]
问题 This question already has answers here : php nested include behavior (4 answers) Closed 3 years ago . I have a file navbar.php which is in folder views/general. It includes a few relative path files ../controllers/file1.php etc.. I can only include the navbar.php file in other files in the same views/general folder. If I try to include it in a file outside that, like views/signup, the include paths contained in the navbar.php (../controllers/file1.php etc), won't be relevant anymore. How can