Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Seba
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

Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Mike Mapsnac
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

Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Richard Davey
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