Skip to content
Advertisement

Tag: include-once

How to solve the fatal error in require_once

My project has two entry point for example File 1:/index.php ( first entry point) – here we include the config form the config folder File 2:service/service.php – here we include the config form the config folde if i call the File 2:service/service.php has no fatal error but when i call the File 1:/index.php it became the fatal error as failed

Advertisement