help on webservices

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ravi

    help on webservices

    Hi all,

    Can anybody suggest me how can i get country name by ip address.
    Please tell me if there any free web services.


    Thanks in advance
    Ravindra.Y

  • Joe Scylla

    #2
    Re: help on webservices

    Ravi wrote:
    Hi all,
    >
    Can anybody suggest me how can i get country name by ip address.
    Please tell me if there any free web services.
    >
    >
    Thanks in advance
    Ravindra.Y
    >
    you can use the ip-to-country table provided for free by webhosting.info



    The csv-file provided contains the ip-ranges as long values (convert ip
    with ip2long (http://de3.php.net/manual/en/function.ip2long.php) and the
    country code and name.

    hope that helps

    Comment

    Working...