100 € darauf Scheinegrippe
Apr 29

function remove_content_in_dir($path) {
if ($path != ”) {
system(’rm ‘. $path .’/*’);
}
}

Die If Abfrage ist doch besser denke ich :)

Leave a Reply