How can I show different content to website visitors from a specific country in PHP?

后端 未结 5 560
闹比i
闹比i 2020-12-20 09:49

On my Wordpress blog, I want to show additional content to people from Finland on all pages. Very much like the Feedback button at the left edge of the screen on printfriend

5条回答
  •  Happy的楠姐
    2020-12-20 10:27

    Here is a pointer to MaxMind GeoIP Country Database. http://www.maxmind.com/app/country. It's about $50.00 and comes with a PHP library for accessing the information.

提交回复
热议问题