"Pirivu1_2019.mp3", "2" => "Pirivu2_2019.mp3", "3" => "Pirivu3_2019.mp3", "4" => "Pirivu4_2019.mp3", "5" => "Pirivu5_2019.mp3", "6" => "Pirivu6_2019.mp3", "7" => "Pirivu7_2019.mp3", "8" => "Pirivu8_2019.mp3", "9" => "Pirivu9_2019.mp3", "10" => "Pirivu10_2019.mp3", "11" => "Pirivu11_2019.mp3", "12" => "Pirivu12_2019.mp3", ); $filename = "http://santius.coffeecup.com/".$files[$_GET[what]]; header("Content-Type: x-type/subtype"); header("Content-Length: ".filesize($filename)); header("Content-Disposition: attachment; filename=".$files[$_GET[what]]); readfile($filename); ?>