Hi all, I have a big problem, and I thought this would be a common problem, but I couldn't find any documentation about it.
So, anybody who could help me...?
I'm coding a Website with a lot of downloadable links. There are no files behind the links, because I want to generate the content of the Links dynamically like this:
<a href="download.php?content_id=12345">Download Here!</a>
Unfortunatelly, all these files have the extension .php, so when I click "Save Link As..." in the webbrowser, the name in the filebox is "download.php?content_id=12345".
How can I tell the browser how to name the download-file?
Many thanx for your answers!
Reinhard