Hi,
i am trying to store ip addresses of people who are visiting my web site. For that i use the below given code.
$serverIP=$_SERVER['REMOTE_ADDR'];
but instead of getting an IP like 112.200.xxx.xxx
(when i visit), i got 192.9.200.195
..
somebody please help me
thanks in advance
tismon