Posts Tagged: ip
-
Nov 19, 2010
Comments OffGetting real IP address in PHP
Are you using $_SERVER['REMOTE_ADDR'] to find the the client’s IP address in PHP? Well dude, you might be amazed to know that it may not return the true IP address of the client at all time. If your client is connected to the Internet through Proxy Server then $_SERVER['REMOTE_ADDR'] in PHP just returns the the...
-
Apr 07, 2010
Comments OffMapping The IP Address to Latitude and Longitude In Google Maps
At last I found hostip.info provides a service for getting the latitude and longitude of a place on the basis of the...