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
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
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]
3 matches
Mail list logo