MasterRenny
New Member
I am having some permissions problems with \[code\]mkdir\[/code\] in PHP. I am trying to simply move some files around (and create a folder to put them in), but I am getting this error:\[code\]mkdir() [function.mkdir]: Permission denied in\[/code\]On my old site, I had my folders set to 755 and things seemed to work fine. It seems like the only time I can get \[code\]mkdir\[/code\] or related functions to work on this server is when folders have 777 as their mode.Is the web browser considered "Others"? I don't feel like leaving my folders at 777 is a great idea, right?