file permissions

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

 




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


[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