Copy files from one to another in php not working
问题 Trying to copy files from one directory to another in PHP , but it is not copying. My Code: <?php copy('lang.php', '../lang.php'); //lang.php copy('db_doc.php', '../me/db.php'); //db.php copy('vdb_doc.php', '../me/vdb.php'); //db.php copy('db_log.php', '../dbconfig.php'); //dbconfig.php copy('inser_sql.php', '../inser_sql.php'); //inser_sql.php echo "Installation Successful! <a href='../'>Go Back</a>"; ?> 回答1: Error should be here : 1: Try to check FOLDER PERMISSION (How to play with