The question says it all.. How do I let the users download a file from my website and not let them see what link that file comes from? I understand that the
You can use the header() function which is documented here
header()
I would suggest scrolling down and looking at the 1st example. It seems to be doing exactly what you want.