I\'ld like to count file downloads with PHP. The downloads number should be stored in a .TXT file.
How that can be done? Thanks Uli
Create a file named, say, download.php, with the following content:
download.php
Put a link to it in another page, with the file to be downloaded as a parameter:
download.php?Down=download.zip
Answer reference Dreamincode answer to a similar question