I\'m working on my school project and I\'m trying to output a mp3 file using PHP but apparently it just outputs some corrupt file and I have no clue why. I browsed the entir
can you try replace
header("Content-Transfer-Encoding: binary");
header("Content-Transfer-Encoding: chunked");