I have a question :
I'm making a download module for a CMS and in this module I want the download link to apear as index.php?module=download&action=get&if=[the file number] instead of the real link so I can disallow some users from downloading the file, so how to make the script sending the binary file to the user ?