I am developing a website using php, mysql, javascript, html, css.
I want to add a counter in this website. I already added a counter in this website, that counter counts every visitor and show total visitors. But my client requirement is different, he wants different counters.
Example:
Online user = 2
Today visitor = 20
Total visitor = 1500
I don’t know how to add (online user and today visitor). Please help me.
I appreciated in advance.