From: DCT Jared Smith (jared@dctkc.com)
Date: 12/21/01


Message-ID: <001801c18a2f$21d815b0$4c01a8c0@graphics>
From: "DCT Jared Smith" <jared@dctkc.com>
Subject: Re: Directory creation permission in PHP?
Date: Fri, 21 Dec 2001 08:52:52 -0600

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