0

I would like to display the country name of visitor to admin page I have ip-address of visitor, how can I to use it to know the country name using an api? or is there any other way? without the download of any new database for ipaddress or use of jquery/js

Damon
  • 3,004
  • 7
  • 24
  • 28
saun4frsh
  • 383
  • 1
  • 4
  • 21
  • Have you tried to find an answer before posting? Solution is here http://stackoverflow.com/questions/3650006/get-country-of-ip-address-with-php – Serge P Sep 11 '13 at 07:56
  • bt how to code it for asp:datagrid and i have ipaddress table from this i want to know which i ipaddress is for which country – saun4frsh Sep 11 '13 at 08:32

1 Answers1

1

There are some APIs for that. For example: HostIP

Andi Krusch
  • 1,383
  • 8
  • 6