State Server

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
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

State Server

Post by phpcoder »

:?:
Can anyone help me..
i want to create a state server which will be placed on webserver and it will maintain history such as
how many usr visited specific page
how many usr visited specific link
the region of user
etc
plz help me...
MerlinCorey
Forum Newbie
Posts: 6
Joined: Sat Nov 02, 2002 12:35 am
Location: Los Angeles, California

Post by MerlinCorey »

You will most likely want to use the $_SERVER array, specifically "REMOTE_ADDR" to get their address and then find out where they are - about - connecting from...
User avatar
PaTTeR
Forum Commoner
Posts: 56
Joined: Wed Jul 10, 2002 7:39 am
Location: Bulgaria
Contact:

Post by PaTTeR »

You can get a very nice thing from
http://phpopentracker.de

See code and enjoy
Post Reply