exec("DELETE FROM videos")){ exec("rm -f " . $ABSCACHEDIR ."/*", $output, $ret); if($ret != 0){ die("Failed to flush the cache."); } } else { die("Failed to flush the database."); }