PDA

View Full Version : Location of IP addresses


roadrunner
28th April 2005, 19:04
Hi,

is it possible to look up the location of IP addresses in PHP? I'd like to allocate a country to an IP address.

falko
2nd May 2005, 11:41
Have a look at the "IP to Country" class: http://www.phpclasses.org/browse/package/1477.html

roadrunner
2nd May 2005, 23:19
Thanks! :)