Posted by FP on 10/08/56 11:50
AlexVN wrote:
> Please use the http://www.php.net/getcwd in your D,E,F scripts to check
> what is current directory. I suspect that when the E.php is evaulated
> in context of E.php, the working directory is still \F1\F1_1 so the
> include_once('../D.php'); is trying to include \F1\F1_1\..\D.php, which
> is does not exist.
You're right, just tried the "getcwd" command and the working directory
for all three files was always \F1\F1_1\
Thanks
[Back to original message]
|