Page 1 of 1

Finding out what country...

Posted: Thu Jul 29, 2004 1:42 am
by simplyjoyfulman
How to make my script find out what country from the visitor who visits my site is ?

I need automatical redirection to language depending on the country the visitor is from.

Thanks for helping. :)

Posted: Thu Jul 29, 2004 1:48 am
by feyd
many browsers send (at least in the last few years) the language(s) they accept in their headers.

as for geographic ip information, google found: http://sourceforge.net/projects/geoip/

Posted: Sat Jul 31, 2004 3:52 pm
by simplyjoyfulman
thanks