When I create directories in PHP through the mkdir() command, what number
should I set the mode so I have the priveleges to delete the directory
through FTP? I used to always set them to 777 but then when I try to delete
the directories in FTP, it doesnt let me, and I have to write a PHP script
that deletes the folders!



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

Reply via email to