if ($viewreport == "Download") { header( "Content-type: application/x-something" ); header( "Content-Disposition: attachment; filename=$type.txt" ); header( "Content-Description: PHP3 Generated Data" );