|
Posted by Not here Not Now on 11/16/06 15:52
shimmyshack wrote:
> umask
>
I am not getting an error and the permissions is not getting set correctly
tried it this way and this did not work
$oldumask=umask(0);
(!mkdir("$username", 0777));
umask($oldumask);
tried it this way did not work either
$oldumask=umask(0);
chmod("$username", 0777);
umask($oldumask);
Navigation:
[Reply to this message]
|