I have some PHP pages with links to certain files that are downloaded. Normally, when you click on these in a browser, the file is downloaded to your computer. Ideally, I want to track these clicks and add a record to a MySQL database.
Any ideas on how to do this?
Thanks.