Click to See Complete Forum and Search --> : Countries


ashers
01-10-2003, 09:52 AM
Hi,
Is there a way of determening what country a visitor is coming from when entering your site so you can direct them to a certain page?

Cheers

Michael Dibbets
01-12-2003, 10:10 AM
Well, you can check which language they are using on their computer with some string manipulation on navigator.userAgent

Rick Bull
01-12-2003, 02:00 PM
Or even better would be to use a server side language to detect it. PHP could use $_SERVER['HTTP_ACCEPT_LANGUAGE']

ashers
01-13-2003, 04:10 AM
How exactly do I go about doing this then?
Cheers