hi again!
I am toying around with the mkdir() function to try get some understanding about it. This is what i use:
mkdir(PATH.$dirname, 0700) or die(mysql_error());
However, to create folders inside another folder, i need to CHMOD Group permissions to WRITE, else i get permission denied. Should ot be so? Is the CHMOD correct?
But the thing is, when its set, and i have created some folders, i cannot delete either them or the folder they are in, as i get permission denied in the ftp software. Even if i chmod both the master folder, or the created folders eithin it to "normal", I cant delete them.
How should it be? ๐ ๐