I need to display the FIFA world Cup 2010 schedule on my Drupal website. But what I want is that each visitor should be able to see the time for the upcoming matching as per his/her own geographic location . How can this be done ?Any suggestions would be welcomed. Thanks for reading this through.
Share
You need to be able to sniff the user’s location. The most common way of doing that is by using an IP-to-location service or library. There are freely available IP-to-location libraries which provide country-level resolution, or you can pay to get data that is accurate down to city level.
There is a contrib module which allows you to incorporate the MaxMind GeoIP more easily. http://drupal.org/project/geoip