|
Posted by Gordon Burditt on 11/22/06 23:37
>> >How does one set directory permissions in PHP? The manual only refers
>> >to chmod function changing permissions for files. I try to use it for
>> >directories but it didn't work.
>>
>> In what way did it not work? Because that's the correct function to use.
>>
>Here is the statement I am running
>chmod(./directoryname/, 0777)
What is the owner of the directory?
What user is the PHP process running as (e.g. 'apache', 'daemon', 'www', etc)?
If these don't match, you can't change the permissions because the OS
won't let PHP do it.
Navigation:
[Reply to this message]
|