I am trying to move a file from one place to another with PHP. All of my attempts have failed. I have tried:
rename("C:\Users\Eli\Desktop\NEWWAMP\wamp\www\Tyler\whaley.html", "C:\Users\Eli\Desktop\NEWWAMP\wamp\www\Tyler\Games\whaley.html");
and:
rename("whaley.html", "Games/whaley.html");
and I get errors for both of those.
See the link for a visual of my problem.