Thursday 9 October 2014

How to do copy files from one directory to another directory using php?

Copy files from one directory to another directory using php
copy('foo/test.php', 'bar/test.php');

No comments:

Post a Comment