How to Move files from one directory to another Directory

by mariganesh 2012-06-06 11:00:27

<?php
$output = shell_exec('mv your file Name your dirctory Name ');
?>
851
like
0
dislike
0
mail
flag

You must LOGIN to add comments