[PHP] mkdir question From: Xi Jiang \(ITSports Network\) (jiang <email protected>)
Date: 11/15/00

Dear all,

I could not have following code to create a directory on Solaris 5.8 with
PHP 4.0.1PI2.

$oldumask = umask(0);
mkdir("$someFolder",0755);
umask($oldumask);

It says "MkDir failed (Permission denied) ".

Have anybody run into the same problem? Would somebody give me a hint on
that?

Thanks in advance.

Xi Jiang

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>