n relation to my other posts it is not that the folder permission are not working, when I put an image inside them the image automatically has a 600 chmod and has the owner is 'nobody'. This means I cannot delete the files.
mkdir('images/'.$customer_id, 0755);
chown('images/'.$customer_id, 'ross');
with this I get a
Warning: chown() [function.chown]: Operation not permitted
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

