[PHP] getcwd()

2002-01-09 Thread Paul Zernik
Hi, Under PHP 4.0 getcwd() worked fine. Now my provider changes to PHP 4.1.1 and now it doesn't work any more. What can i do to get the current directory (url) now? thx Paul Zernik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: [PHP] getcwd()

2001-04-15 Thread Don Read
On 15-Apr-01 kenny.hibs wrote: > Is there a php3 alternative to the getcwd() function > try: $cwd=`pwd`; -- or -- $cwd=`/bin/pwd`; Regards, -- Don Read [EMAIL PROTECTED] -- It's always darkest before the dawn. So if you are going to steal the neighbo

[PHP] getcwd()

2001-04-15 Thread kenny.hibs
Is there a php3 alternative to the getcwd() function kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]