Clicks by date (range) download data to flat file (or csv)

Post your Click counter digestion problems here
Post Reply
chrisjaeger
Posts: 1
Joined: Wed Dec 03, 2014 8:34 pm

Clicks by date (range) download data to flat file (or csv)

Post by chrisjaeger »

Script URL: http://dejabluband.com/clickcount/
Version of script: Just downloaded today, so probably most recent
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Very cool little script, kudos on EASE of installation.

It would be great to be able to see your clicks by a date range.
Alternatively, download ALL your clicks in CSV format and import them into Excel, which would probably have the click date, right?

This data has to be in a file somewhere. Can I get at it and download it?

Thanks!

Chris Jaeger
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Clicks by date (range) download data to flat file (or c

Post by Klemen »

With simplicity in mind, CCount only counts TOTAL clicks, not "per day" clicks. There is no "per day" click data stored anywhere in the CCount files.

To count daily clicks you will need to find a script with a MySQL database rather than using a text file one, because MySQL is much more appropriate for tracking and reporting daily data.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply