gple Posted March 10, 2008 Share Posted March 10, 2008 Does anyone know a quick way to move a file from one directory to another. IE directory1 --> file1 directory2 --> empty How do I move file1 from directory1 to directory2 Link to comment https://forums.phpfreaks.com/topic/95307-move-file-from-one-directory-to-another/ Share on other sites More sharing options...
teng84 Posted March 10, 2008 Share Posted March 10, 2008 you can use this <a href="http://www.php.net/manual/en/function.copy.php">copy</a> <a href="http://www.php.net/manual/en/function.ftp-put.php">ftp_put </a> Link to comment https://forums.phpfreaks.com/topic/95307-move-file-from-one-directory-to-another/#findComment-488169 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.