|
RE: include php file that include other php file
Have you tried using <?php require() together with $DOCUMENT_ROOT and/or $DOCUMENT_MUM ?
I seem to remember that require() has more extended capabilites than include() has, one of them being able to open other PHP files within a PHP file..
|