Posted by linda on 11/18/06 05:30
"Not here Not Now" <"Not here Not Now"@nospamnospam.com> wrote in message
news:4lq7h.10$_H5.8@tornado.texas.rr.com...
>I have tried still another way and I am still not able to create a
>directory with the 777
>
> $mkDIR = $username;
> mkdir($mkDIR);
> chmod($mkDIR, 0777);
> Directory is succesfuly made still with wrong permission
>
> can some one answer this question
>
Sorry don't know that much about php, still learning, but have read loads
though, lol... have you tried looking at php.net for an answer?
http://uk.php.net/chmod
http://uk.php.net/manual/en/function.mkdir.php
I'm sure i read some where that a directory sturcture leading to a
specified directory that you intend to chmod must have the same permissions!
But I maybe wrong....
Best wishes,
Linda
[Back to original message]
|