Option To Refresh Click Counts

Everything related to CCount PHP click counter
Post Reply
acilegnaj
Posts: 16
Joined: Sat Jan 03, 2015 10:42 pm

Option To Refresh Click Counts

Post by acilegnaj »

Hello,

Is there anyway the script can be coded to automatically refresh click totals after a link is clicked?

This would be nice?

Regards,
Angelica
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Option To Refresh Click Counts

Post by Klemen »

That's not directly possible because of the "stateless" nature of HTTP and PHP.

The closest thing to make this work would be for example to auto-refresh the stats page ever 10 seconds or so.
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
acilegnaj
Posts: 16
Joined: Sat Jan 03, 2015 10:42 pm

Re: Option To Refresh Click Counts

Post by acilegnaj »

Hello,

But, couldn't this be done dynamically? Similar to the following website.

See the following page: http://henoz.com/dev/ali/photocontest/gallery.php
Post Reply