I am just geting started at this and cannot even get the rename() command to work.
I have a test file called rename.txt and an trying:
<?php
rename("/home/zmqqxh/public_html/rename.txt", "/home/zmqqxh/public_html/testrenamed.txt");
?>
The page returns:
Warning: rename(/home/zmqqxh/public_html/rename.txt,/home/zmqqxh/public_html/renameworked.txt): Permission denied in /home/zmqqxh/public_html/rename.php on line 2
So now I'm confused - what permissions?!?! How do I get this sorted - it's been making me mental for 2 hours now.
Thanks in advance to any kind soul who can help me on this.
?>