name; header("Cache-Control: no-cache"); header("Pragma: no-cache"); header("Content-size: ".$sound->size); header('Content-Disposition: filename='.$fn); header("Content-type: ".$sound->type); readfile(DATA_STORE . $fn); } else { return ""; } ?>