Display total number of clicks?

Post your Click counter digestion problems here
Post Reply
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

That won't work, but this could do the job:

Code: Select all

<script language="Javascript">
var all = ccount_link[1]+ccount_link[2]+ccount_link[3];
document.write(all);
</script>
Add more ccount_link[NUMBER] as you wish.

Regards
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