on 7/20/01 11:48 AM, Sheridan Saint-Michel at [EMAIL PROTECTED] wrote:
> Warning: Unlink failed (Permission denied) in
> /home/www/foxjet/employees/admin.php on line 108
>
> Here's the code
>
> if($submit == "Delete")
> {
> for ($j = 0; $j < $numfiles; $j++)
> {
> $checkname = $files[$j];
> if (${$checkname} = "on")
> {
> $temp = $pwd . $files[$j];
> unlink($temp);
> }
> }
> }
I had this error to from unlink, it may be because your server is in "safe
mode"
Susan
--
[EMAIL PROTECTED]
http://futurebird.diaryland.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]