change file directory with php -


How do I change the file location?

Now the file is in the "News" directory, how to file in "Old_news"

It is done by.

  $ success = rename ("/ news / file.txt", "/news_old/file.txt"); If ($ success) "Movers file!" Echo ;;;; Else echo "failed to move the file!";  

Comments