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

Reply via email to