On Tue, 17 Aug 2004 10:42:50 -0400, Gryffyn, Trevor wrote:
Hi Trevor.
a short note ...
>Maybe not the most elegant, but I like to keep my stuff kind of modular
>so what I've done is just create an "includes" folder in the root and
>them reference it as include("../includes/includename.inc") from
incompatible.php
Just my 2 cents in the hopes that it helps someone.
David
-Original Message-
From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 9:43 AM
To: [EMAIL PROTECTED]
Cc: neil
Subject: RE: [PHP-WIN] Re: include_path and relative vs. absolute paths
M
Maybe not the most elegant, but I like to keep my stuff kind of modular
so what I've done is just create an "includes" folder in the root and
them reference it as include("../includes/includename.inc") from the
scripts that are all in their own folders (by project).
This may not be the best as far