PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Coding & Tutorials (http://www.phpdig.net/forum/forumdisplay.php?f=31)
-   -   files above 2 levels can not be included using require_once or include (http://www.phpdig.net/forum/showthread.php?t=2478)

ravi 06-15-2006 03:33 AM

files above 2 levels can not be included using require_once or include
 
In PHP,

files above 2 levels can not be included using require, require_once or include or include_once directive.

For example, if file "test.php" is present as Docroot/level1/test.php.

There is another file below two or three levels as
DocRoot/levle1/level2/level3/filebelow.php

In the file "filebelow.php", I want to access "test.php" using require_once.
How can I do it ?

I tried with require_once("../../../test.php") without success.
I tried with require and iclude also without success.

Same is true if files to be included are below more than 2 levels.

Any answer ?

Thanks,
Ravi


All times are GMT -8. The time now is 02:20 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.