Hi,
I suggest as a 1st step that you try hotscripts to see if they have a script to do this.
If you need to write your own, here's an outline of the code (PHP):
Create a file download.php
For your download links use something like download.php?file-name.jpg
When the user clicks on the download link the code in download.php would mail you a notification of the file name & start the download using a header command.
I hope this helps,
Bob
Quote:
|
Originally Posted by FROGGYJ
Hi,
I know there is a way to do this however I need some help. I basically want to be notified any time that someone clicks on a download link. Perhaps email notification or something. Can anyone help me out or point me in the right direction with this?
|