i am trying to rename a file using PHP
i have the script as per below
rename("/home/user/public_html/test.htm",
/home/user/public_html/testOLD.htm");
when i run it i get an error Permission denied in the browser - why is this
??
Thanks in advance