Counter for web site (NOT hit counter)

A client of mine is looking for a simple counter script or WordPress plugin so they can display the number of volunteers in their organization as well as the dollar amounts from fundraising, kind of like you see on the Jerry Lewis telethon (the basic concept). I can’t seem to find anything other than hit counters and kitchen remodeling sites, even when I use -hit and -kitchen. Ideas? Thanks!

Normally it’s not JavaScript that’s used to control and manage that information. It’s server-side code instead that lets you store the information in a database, and manage that information.

Here is a list of wordpress plugins that help you to track donations

As someone makes a donation and the donation goes successful we have to update the name, email id and the amount of donation in database and than we are reading this data back from database and showing it on the website.

COunter will not work…A code in php or a wordpress plugin will work best

Thank you for that link. There might be one on there that would work. :slight_smile: