How can I delete a file
Hello
I use the unlink function to delete a file .
<?
unlink('test.txt');
?>
but it return error :Permission denied! I set all the permission ti the root document directory and this file.But this error still existed.
thanks
Som
|