I know that this error is very common, I tried to search Google, I did the tricks to no avail. So, my setup, I have 3 directories:
CLASSES → constants
PAGES
INITCONTROLS
EDIT: I have a new error:
* Warning: require_once (initcontrols / config.php) [function.require-once]: could not open the stream: there is no such file or directory in *
below is my code snippet:
require_once("initcontrols/config.php"); <div> <?php $file = "initcontrols/header_myworks.php"; include_once($file); echo $plHeader;?> </div>
What else is missing here? Thank you for your help in advance.
source share