Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- php wont delete 775 dir chmod


lammert - 3:47 am on Sep 7, 2010 (gmt 0)


If you want to delete a directory, you effectively need change permissions to the parent directory, because the rmdir() action needs to delete one entry from the parent directory list. Therefore 775 permissions on the directory which you want to remove is not enough to remove it, you also need to set proper rights on the parent.


Thread source:: http://www.webmasterworld.com/php/4196979.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com