Wednesday, April 14, 2010

Remove All Files in Floder

$source="/author_documents/*";
echo $rmcmd=" rm -rf ".$source."";
exec($rmcmd);
?>

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home