Posted by Marek Kilimajer on 03/07/05 04:08
Leif Gregory wrote:
> I'm not sure I'm completely following you. Let's say I had the
> following:
>
> Site root"
> "c:\apache\htdocs\test"
>
> A subfolder of site root
> "folder1"
>
> A subfolder of the above folder1
> "folder2"
>
> If I call dirname(__FILE__) from a page in each folder I'll get the
> following respectively:
>
> "c:\apache\htdocs\test"
> "c:\apache\htdocs\test\folder1"
> "c:\apache\htdocs\test\folder1\folder2"
>
> I don't see where that tells me where the include folder would be.
If you know how the files are layed out in your application, you do.
[Back to original message]
|