Topic: The Below code is not working to download sql file from server
i was trying to download sql file using this script.But its not working
header("Content-type: 'application/sql'");
header('Content-Length: '.filesize(dirname(dirname(__FILE__)).'/backups/'.$key.'.sql'));
header('Content-Disposition: attachment; filename='.$key.'.sql');
echo file_get_contents(dirname(dirname(__FILE__)).'/backups/'.$key.'.sql');
HRM CRM POS batch Themes