Re: [PHP] Finding a visitor's location

2006-10-23 Thread tedd
At 3:35 AM -0500 10/23/06, John Messam wrote: Hello, I am trying to find out the country and possibly the city where the visitors to my site are coming from. I can capture the IP address but how do I translate that to a specific locale. Is there a way to do it or do I have to ask them and map

Re: [PHP] Finding a visitor's location

2006-10-23 Thread Ivo F.A.C. Fokkema
On Mon, 23 Oct 2006 19:00:08 +1000, Chris wrote: > John Messam wrote: >> Hello, I am trying to find out the country and possibly the city where the >> visitors to my site are coming from. I can capture the IP address but how >> do I translate that to a specific locale. Is there a way to do it

Re: [PHP] Finding a visitor's location

2006-10-23 Thread Chris
John Messam wrote: Hello, I am trying to find out the country and possibly the city where the visitors to my site are coming from. I can capture the IP address but how do I translate that to a specific locale. Is there a way to do it or do I have to ask them and map the info myself. Thank yo

[PHP] Finding a visitor's location

2006-10-23 Thread John Messam
Hello, I am trying to find out the country and possibly the city where the visitors to my site are coming from. I can capture the IP address but how do I translate that to a specific locale. Is there a way to do it or do I have to ask them and map the info myself. Thank you for you help. This