Brian Dunning wrote:
Is there a command that will set the include path to the web server root?
I'm trying to set up a directory structure where include files will be
called from all different folder depths, so I'll need to call them
absolutely like:
include('/includes/file.php');
where the abo
[snip]
Is there a command that will set the include path to the web server
root?
I'm trying to set up a directory structure where include files will be
called from all different folder depths, so I'll need to call them
absolutely like:
include('/includes/file.php');
where the above will wo
Brian Dunning wrote:
Is there a command that will set the include path to the web server root?
I'm trying to set up a directory structure where include files will be
called from all different folder depths, so I'll need to call them
absolutely like:
include('/includes/file.php');
where the abo
On Mon, 27 Dec 2004 08:27:25 -0800, Brian Dunning
<[EMAIL PROTECTED]> wrote:
> Is there a command that will set the include path to the web server
> root?
set_include_path($_SERVER['DOCUMENT_ROOT'];
> I'm trying to set up a directory structure where include files will be
> called from all diffe
4 matches
Mail list logo