Hello,

I am looking for a visitor counter that could record:

Visitor Counter
    Online  1
    Today   4
    Yesterday 8
    Week    4
    Month   32
    Year    32
    Total   2637

Where can I find it?

Recommended Answers

All 3 Replies

If you are in need if stats for you and not for displaying on your site... You should look into google analytics.

Member Avatar for iamthwee

Using a framework that get the ip address simply:

$this->input->ip_address()

For example,in codeigniter it is the above and then store this in a database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.