On Fri, 18 Jun 2004 05:46:12 -0300, Manuel Lemos <[EMAIL PROTECTED]> wrote:
>
> On 06/18/2004 05:40 AM, Me2resh wrote:
> > is there a function to detect the path of the directory
> > i need my file to detect the path it is on it, not the http path but the
> > path on server
> > please help me with that
> 
> getcwd() or dirname($_SELF);

or to get the path of the actual file rather than the script:

dirname(__FILE__); 

  -robin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to