Page 1 of 1
State Server
Posted: Sat Nov 02, 2002 1:18 pm
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...
Posted: Sat Nov 02, 2002 1:49 pm
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...
Posted: Sat Nov 02, 2002 3:55 pm
by PaTTeR
You can get a very nice thing from
http://phpopentracker.de
See code and enjoy