A nice little trick with CloudFlare

ijof9

Power Member
Joined
Mar 27, 2010
Messages
536
Reaction score
598
CloudFlare overloads some server environmental variables.
In PHP:

Code:
$_SERVER["HTTP_CF_IPCOUNTRY"]

This variable has fast, accurate visitor country code.
GeoIP to go.
Perfect if you're targeting users for country-based offers.
 
Back
Top