[PHP] count number of downloads

2002-07-10 Thread Dietmar Wenglorz
I have a php-script with which one can download a file with a specific format like this: header("Content-type: application/specific"); header("Content-Disposition: attachment; filename=$name.sqrfld"); echo ("output funny stuff..."); and i will count the number of downloa

[PHP] count number of downloads

2002-07-10 Thread Dietmar Wenglorz
I have a php-script with which one can download a file with a specific format like this: header("Content-type: application/specific"); header("Content-Disposition: attachment; filename=$name.sqrfld"); echo ("output funny stuff..."); and i will count the number of downloa