I'm making my own website and from the website you can download some of my c++ games. on the website i have this code that writes in to a .txt file some info from the visiter like: ip, os , browser and what site did he/she visit.
so ok i have the c++ game rars on my server and i have a simple html link to them which allow you to download them.
so my problem is, is there a way to check if the user downloads one of these rars? I mean is there a way to check if the user presses one of these download links?
here's the link that i currently use:
<a href="Memory Game source code.rar" TITLE="Download Memory Game">Download</a>
so is there a way to check using php if that link was pressed?