Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how can we know how many times a ..
Name: zasdfg Date: April 25, 2006 at 04:41:06 Pacific OS: win98 CPU/Ram: 250 Product: 4352
Comment:
.. a certain download we have on our site is downloaded by the site visitors? thanks..
Name: -Bryan- Date: April 25, 2006 at 12:57:54 Pacific
Reply:
Check out the stats, or have the downloads go through a PHP script or such, that in turn counts how many times it's downloaded.
0
Response Number 2
Name: smbotans Date: April 25, 2006 at 20:22:01 Pacific
Reply:
following Bryan's comment, there are free PHP scripts that are easy to install and use that will count how many times a person has clicked on a link at your site ... you can use this to see how many people download what files from what pages + how many people click on your links on your pages
do a search for 'php click counter' or something like that
Summary: I would like to know how many times a particular web page was hit since last three months on a day - to day basis. I have not programmed the site to maintain the hit counters. Is there any other way w...
Summary: Note that the javascript above isn't a typical hit counter (as I said, that's impossible with just html and javascript.) What it does is use a cookie to record how many times a particular user has vi...
Summary: Is there a hit counter within IIS to tell how many times a button link has been pressed? I do not want to show this counter on the web page, this is for administrative purposes. ...