Hello, i have a problem creating dirs in a server with safemode enabled, i can't change that parameter in server, so with mkdir() function i can't create dirs, so i found a way for this, using ftp functions, and i did it, but now i have another problem, this dirs are created with rwxr-xr-x attributes and i need change with rwxrwxrwx how can i do this with PHP with safemode enabled?
Thanks...