I have this line of code include_once('./config/dbh.inc.php)
to include the database to a data upload file but I get this error:
Warning: include_once(./config/dbh.inc.php): failed to open stream: No such file or directory in C:\xampp\htdocs\proyecto-final\idehome-master\componentes\upload\model.php on line 40
Warning: include_once(): Failed opening './config/dbh.inc.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\proyecto-final\idehome-master\componentes\upload\model.php on line 40
I have tried it in a thousand ways and this error keeps coming up. Here I leave the structure of my files:
I hope someone has the solution. Greetings and thanks for the help.