"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'])
dirname($_SERVER['PATH_TRANSLATED'])is good for me.
How can I know all these variables, for example, now I need to know the upload_max_filesize ! And later, for sure, I will have to know another config option of the server...wich can be access by such variable.
How to know all these variable ?
Thanks.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

