digitalcolony
9/25/2017 - 11:01 PM

Country Code lookup for CloudFlare customers

Country Code lookup for CloudFlare customers

<?php 
  $country_code = strtolower($_SERVER["HTTP_CF_IPCOUNTRY"]);
?>