I can not write in php, but I had to. How to use require_once to connect, for example, /folder_1/test.php, if I do it from the file /second/main.php? That is, I am not in the root directory?
I can not write in php, but I had to. How to use require_once to connect, for example, /folder_1/test.php, if I do it from the file /second/main.php? That is, I am not in the root directory?
Source: https://ru.stackoverflow.com/questions/88890/
All Articles