php-website ├── src │ ├── config │ │ └── database.php │ ├── includes │ │ ├── header.php │ │ └── footer.php │ ├── public │ │ ├── index.php │ │ └── css │ │ └── style.css │ └── views │ └── companies.php ├── composer.json └── README.md My PHP Website

Welcome to My PHP Website

Companies List


Warning: require_once(../config/database.php): Failed to open stream: No such file or directory in /home2/safadata/public_html/src/views/companies.php on line 2

Fatal error: Uncaught Error: Failed opening required '../config/database.php' (include_path='.:/opt/cpanel/ea-php82/root/usr/share/pear') in /home2/safadata/public_html/src/views/companies.php:2 Stack trace: #0 /home2/safadata/public_html/index.php(32): include() #1 {main} thrown in /home2/safadata/public_html/src/views/companies.php on line 2