PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a script which allows users to download my files. An email will be sent every download attempts. My problem is, how can I determine if the user successfully downloads a file and not clicked the close or cancel button in the download window? I want to track it so that the script will send an email after the user successfully downloaded a file.