Welcome Guest, Not a member yet? Register   Sign In
copy files
#1

[eluser]Rahul gamit[/eluser]
Hello,
I want to copy files from one directory to another directory,but i don't know how to do it.
can any one please help me out.
thanks in advance
#2

[eluser]davidbehler[/eluser]
Google solves: http://www.google.com/search?q=php+copy+files which will lead you to the PHP manual: http://php.net/manual/en/function.copy.php which will then tell you, that it's
Code:
copy($source, $dest);
where source is the path to the original file and dest is the path to the new location (including the file name + extension) where you want to copy the original file to.




Theme © iAndrew 2016 - Forum software by © MyBB