I'm trying to set write permission for a folder to be able to write images...
chmod("./../img/sort",0777) just causing a warning:
Warning: chmod(): Operation not permitted in
/home/p/plantsko/www/administration/data/imglib.php on line 11
Anyone know what might cause this warning?
I've tried chmod("/home/p/plantsko/www/img/sort",0777) which causes the same
warning...
.bobo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
