Jochem Maas wrote:
what does the following output:

var_dump (getcwd());

I have better question:

what does the following output:

var_dump (realpath(getcwd()));
var_dump (realpath('temp'));
var_dump (realpath("/lists/admin/temp"));

--
Ondrej Ivanic
([EMAIL PROTECTED])

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

Reply via email to