Including config file in PHP
问题 I am developing a project where I am not able to include the files. My Folder Structure: --Myproject -----Config ----------config.php -----Includes ----------Images ---------------image.jpg ----------CSS ---------------test.css ----------JS ---------------test.js -----Modules ----------Home ---------------index.php ----------Contact ----------MyPage I am trying to access the config file which is inside the Config/config.php in my Modules/Home/index.php But I am not able to include the config