Hello Mike,
Monday, March 15, 2004, 6:15:04 PM, you wrote:
MM> Is it possible in php.ini declare $basedir(for libraries)?
Not exactly, but you can add a path to the include path list which
should have the same end result.
--
Best regards,
Richard Davey
http://www.phpcommunity.org/wiki/296.ht
Il lun, 2004-03-15 alle 18:43, Mike Mapsnac ha scritto:
> Hello
> I know that problem is related how I include library file (lib_main.php).
> I just don't understand what I do wrong:
> lib_main.php is located at /var/www/html/lib/lib_main.php
>
> When I include in the index.phplocated at /var/www
thanks for explanation
Is it possible in php.ini declare $basedir(for libraries)?
From: Richard Davey <[EMAIL PROTECTED]>
Reply-To: Richard Davey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP] failed to open stream: No such file or directory in
Date: Mon, 15 Mar 2
Hello Mike,
Monday, March 15, 2004, 5:43:14 PM, you wrote:
MM> But When I try to declare the library in /var/ww/html/account/
MM> include('lib/account/lib_main.php');
lib_main.php = /var/www/html/lib/lib_main.php
index.php= /var/www/html
You are including files RELATIVE to the location of
Hello
I know that problem is related how I include library file (lib_main.php).
I just don't understand what I do wrong:
lib_main.php is located at /var/www/html/lib/lib_main.php
When I include in the index.phplocated at /var/www/html/ I do the
following
include ('lib/lib_main.php'); // this wor
5 matches
Mail list logo