RE: IP & Geographical

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



PEAR::Net_GeoIP is nice..

$geoip = Net_GeoIP::getInstance('/path/to/geoip.dat',
Net_GeoIP::MEMORY_CACHE);
$countryName = $geoip->lookupCountryName($ipAddress);

http://pear.php.net/package/Net_GeoIP

Rob


> -----Original Message-----
> From: John Taylor-Johnston [mailto:taylorjo@xxxxxxxxxxxxxxxxxxxxxxx] 
> Sent: Friday, 12 August 2005 1:38 AM
> To: php-general@xxxxxxxxxxxxx
> Subject:  IP & Geographical
> 
> 
> I have a field in my counter that collects IP addresses. Now 
> the powers 
> that be want be to collect that data and sort it geographically etc.
> Is there anyone who has done this? Where would I find some OS 
> code? I've 
> heard of it done.
> John
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux