|
Posted by Not here Not Now on 11/16/06 03:29
This should create a directory with a permission of 777 but it creates a
directy as 755 can any one tip me off to as why this is happening
(!mkdir("$username", 0777))
I thought of doing this but I would have to have permission to do this
it is being set to 755 and I can not reset the from 755 to 777 in cpanel
after creating the directory
I can delete the directory all together
(!chmod("$username", 0777)); <-- so this would not work here
Maybe chmod might work here I could really use soem help on this one here.
Navigation:
[Reply to this message]
|