Number of Downloads Script
Number of Downloads Script
Want to offer some stuff on the main site but want to be able to show and log the number of downloads. Anyone know of a script or whatever to do this easily?

-
vinnieza
- Allowed to Drink!!!!
- Posts: 3258
- Joined: Sun Mar 07, 2004 12:09 pm
- Location: Pluto
- Contact:
Not sure if this'll do what you want: http://www.phpfreaks.com/script/view/914.php
A quick not very good idea would be to have a download link to say download.php?id=1 and on that page add to a text file or database and then using header(location:) send the page to the download location
.
A quick not very good idea would be to have a download link to say download.php?id=1 and on that page add to a text file or database and then using header(location:) send the page to the download location

