[RESOLVED..kinda]Localhost read write permission problem with mkdir()

I am creating subfolders inside a user data folder using mkdir(). The user data folder already has read and write for the “_www” user group which is good because I can then use php to move files in and out. The problem is the subfolders that I created using mkdir(“somename”, 0777, true) only have read access for the “_www” user group, and I end up with permission error when the php uploads a file to a subfolder.

UPDATES:
Never mind…it is working now…strange

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.