Hello Guys can anyone explain why is this happening to my program
when i use this Folder structure

and the code inside database.php is
<?php require_once("../db_config.php");?>
I get an error
Fatal error: require_once(): Failed opening required '../db_config.php' (include_path='.;F:\xampp\php\PEAR') in F:\xampp\htdocs\project\database\db_mysql\database.php on line 3'
but when i move the db_config.php

Everything works fine. I don't get it. Can anyone explain.I prefer to use the first Folder structure because i will add a new folder db_mssql for mssql database.