Possible Duplicate:
How to force download of a file?
Forced downloading large file with php
I have a website which lists a whole load of downloads, the links are generated dynamically from a database but I've run into a problem trying to post a .mov file.
I basically need to force this to download instead of viewing in the browser.
I found a couple of thread suggestion Content-Disposition but it didn't look to work with dynamically created links.
Is there any simple way to achieve this?