I have a folder which I want to backup by making a copy of the file to a location specified by the user. How do I do this? If possible, I don't want the user to go looking for the folder, like an automated process. Any help
read this : http://www.php.net/manual/en/ref.filesystem.php
Thanks. Now I want to create a new folder which will contain the files I want to copy. How do I do that? And one more thing: Can I use a tag (like <input type="file">) that will invoke the system's file system to allow a user to navigate to a folder at the click of a button?