if you want to present a downloadable file in html, you simply use
<a href="mymusic.mp3"> download </a>, and the user must click on the link to download the file.
But what if I am inside the php tags, and I want to make the file download automatically if some function returns a "true" value, eh..
I'd appreciate any help
cheers in advance!
Andy