Hello,
I am using Apache a local server to test my PHP scripts on XP Pro and everything work perfectly. But when I am trying to use copy() and unlink() function I am getting the fallowing permission denied message:
Warning: unlink(../template/toto) [function.unlink]: Permission denied in c:\http\myproject\controlpanel\template.php on line 152
How can I fix that?
Thank you.