Directory creation permission in PHP?

DCT Jared Smith jared at dctkc.com
Fri Dec 21 14:52:52 CST 2001


I assume you've seen the mkdir comments at

http://www.php.net/manual/en/function.mkdir.php

Note that on Apache, the PHP script is running 
as user "nobody" which has different permissions 
than you. If you have access to root, try changing 
the permissions of user "nobody."

Hope this helps.

-Jared




More information about the Kclug mailing list