Re: Chmod a Directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



abderrazzak nejeoui wrote:
Please how can i chmod a directory to 0777
i tried chmod ($myDirectory, 0777); but nothing happens

Check the return value. If it's false then it's failing for some reason., most likely because the user it's running as doesn't have permission to extend the permissions on that directory that far.

Also make sure you read the notes here: http://php.net/chmod

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux