[PHP] Re: [otro] Re: [PHP] $PHP_SELF

2003-06-06 Thread j0rd1 adame
you should also try with dirname(__FILE__) for getting the real path j0rd1 On Thursday 05 June 2003 16:51, Stephen wrote: > Try $HTTP_SERVER_VARS['PHP_SELF'] > > I'm not yours, so why should I be sincere about it, > Stephen Craton > Senior Executive Web Developer > Mophus.com, Inc. > > > - Ori

[PHP] Re: [otro] [PHP] Re: Error with directories

2003-05-29 Thread j0rd1 adame
On Wednesday 28 May 2003 03:07, Catalin Trifu wrote: > Hi, > > It seems to me that a script from > /var/www/wahtever/ includes a script called algo.php > which can not be found by PHP, because, probably it > is in the /var/www/ dir. > Either you add /var/www/ to the php

[PHP] Error with directories

2003-05-27 Thread j0rd1 adame
Hi, I compiled PHP 4.2.3 like this ./configure --with-oracle=/home/oracle/OraHome1/ -with-oci8=/home/oracle/OraHome1/ --with-mysql=/usr --with-apxs I have my DocumentRoot in /var/www when i access php files in /var/www everything's fine, but when I access files in /var/www/whatever i get this er