Possible Duplicate:
open download dialog with php
I have a link in my page say, <a href='test.pdf'>(Test.pdf)</a>.
When I click on that link, download dialogue box should open to download that file.
Can anyone help me in implementing this in PHP?
thanks
Name the above file as
download.phpHTML:
That should do it.