Is it possible to display a different image in a forum header based on the location of the reader? All I want to do is fly the US flag to people in the states, Union Jack to people in the UK and so on. Thanks in advance
I did something similar using JavaScript. However, as the country/ language detected a block of text fetched from XML to the browser in the country/ language detected.
You could do this, you can use PHP or Javascript or even other languages. In most cases, you will need to detect your user location and load your images from a server located at or close to the user location. It would be best if you have your own server hosted on these locations.