We've all bought digital goods online, and received a download link via email. I've seen these as php scripts, with URL parameters that define what needs to be served up.
When I click these links in my email to the php script, it goes to the webpage in my browser, and what automatically pops-up is my browser window asking me if I want to download the file.
how do these scripts work? how does a php script present to the user a download box, without actually clicking a direct link to a file?
thanks!