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 neighbor's newspaper, that's the time to do it.

-- 
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]

Reply via email to