"Vincent M." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I didn't find in the doc how to:
>   - Know the full path of the current directory. Like /var/www/to/the/path

try using dirname(__FILE__) or dirname($_SERVER['PATH_TRANSLATED'])

> - Know under which user work apache, to know when I create a file whose
> file it is...

in unix, a safe installation will run apache as nobody.

Greg
--
phpDocumentor
http://www.phpdoc.org



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

Reply via email to