Tuesday, February 19, 2008

php delete All files

<?
$source="foloder/*";
echo $rmcmd=" rm -r ".$source."";
    exec($rmcmd);
?>

No comments:

Post a Comment