You can try to 'chmod' it first :
@chmod ($myfile, 0777);
and then do an exec or passthru..
exec("rm -f $myfile");
Note the '@', if the chmod fails, he doesn't show it...

Good luck
    Dyon

"Anan" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I use PHP to upload files to the web server via web browser.  However, I
can
> not delete the files later cause the Redhat linux server running on safe
> mode. Do I have to changed the owner of the file during the file uploading
> time?
>
> Please let me know how to solve this problems.
>
> Anan
>
>



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

Reply via email to