"; //Get the song if(!$filecontent = @file_get_contents($mp3file)) { echo "Downloaden niet voltooid! ".$filename; } //Save the song file_put_contents($filename,$filecontent); echo "Downloaden voltooid: ".$filename."
"; echo "---------------------------------------"; } ?>