hi,
when using an include(), is it possible to start looking at the root directory instead of from the directory where the file is located.
ex. say I have a file called file.php with an include("../file2.inc"); in it. so this means that file.php is in one sub-directory below the directory with file2.inc in it. So I am wondering if I could do something like include("root/sub-dir1/file2.inc");
where sub-dir1 would contain file2.inc and a sub folder with file.php in it.
I hope I wasn't just babbling trying to make myself clear lol. any way, if you can understand what I'm asking please let me know if there is a way and how
thanks,
-PL