View Full Version : php Download Tracker
2012sqn
11-16-2003, 04:26 PM
Does anybody know a php script that i could just paste into my page to track the amount of downloads for a file.
J_Paul
11-17-2003, 03:26 PM
If you use Dreamweaver, there is an extention that can do that quite easily.
2012sqn
11-18-2003, 03:04 AM
Thx, i currently use MS Frontpage, i'll look into getting Dreamweaver
redcircle
11-18-2003, 04:16 AM
Are you planning on putting the information into a database or just a text file.
The code to do this is not very large and would not be very difficult to implement into any php website.
2012sqn
11-18-2003, 03:52 PM
Either I don't mind, i've already got a mysql database on the site, I'd prefer a text document though i'm not too handy with the database.