Have you tried using chmod() on the files you create? chmod(file_name, 0777) gives everyone all rights to the file.
"John Yu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It seems that when I try to unlink a file in php which has been created by > php on a winxp machine I always get a unable to delete file, permission > denied error... > > This seems to me to be very strange since the file was created by php and > yet php doesn't have the rights to delete it. > > Anyone else ran into this and any suggestions at all? > > thanks in advance. > > John > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php