I use unlink() and rmdir() do delete files and folders, and I can actually do it only with files and folders created through the PHP script.
If I try to do it with the files or folders creted manually, through the Explorer, I get the "permission denied error"!
By the way, I know that I cannot delete non-empty directory. I still cannot delete the empty ones too???
Windows XP
PHP v. 4.3.10
IIS v 5.1
Help...