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!
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...
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...