PHP mkdir()

Hi,

I wrote some input forms in PHP that use the
mkdir() function to create directories. When I
run the script I get a "permission dennied"
error message.

I know that this happens because the PHP process
known as "nobody" doesn't have access to my files.
I've been told to chmod my project directory with
777. I personally don't think this is wise.

I think the best way to deal with this is to make
"nobody" join my group. Anything else?

Thanks in advance

 

 

 

 

Top