hari eakth goda
< ?php
ob_start();
$mm_type="application/octet-stream";
$file = "downloadFile.zip";
$filename = "download.zip";
header("Cache-Control: public, must-revalidate");
header("Pragma: no-cache");
header("Content-Type: " . $mm_type);
header("Content-Length...