I need a PHP code to manage visitor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pinjubp
Forum Newbie
Posts: 3
Joined: Mon Mar 10, 2008 2:15 pm

I need a PHP code to manage visitor

Post by pinjubp »

I need a PHP code to manage visitor
1. Total number of visitors a) Today
b) Total
2. Number of visitors ONLINE now.
and their :
a) IP address.
b) Location
c) Visited Page Name.
d) VIsiting Time
e) Duration of visit.
could any one help me to solve this
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: I need a PHP code to manage visitor

Post by Christopher »

Web stats packages that analyze server logs will give you much of that information.
(#10850)
Post Reply