PDA

View Full Version : Is there a javascript that records how many times somethings been downloaded?



Y2Kevin
October 16th, 2002, 16:35
And shows it on the site?

aphel aura
October 16th, 2002, 18:41
Javascript: No

PHP or perl: Yes.

Basically, a database (SQL or flatfile) is needed to keep tab of the info about how many times a file has been downloaded.

Y2Kevin
October 16th, 2002, 20:46
damn...