ob_start(); include("geoip.inc"); $ip=$_SERVER['REMOTE_ADDR']; $gi = geoip_open("GeoIP.dat",GEOIP_STANDARD); $country_code = geoip_country_code_by_addr($gi, "$ip"); // Country name is not used so commented // Get Country Name based on source IP //$country = geoip_country_name_by_addr($gi, "$ip"); geoip_close($gi); if($country_code=="IN") header("Location: https://www.eambrace.com/in/eam.php"); else header("Location: https://www.eambrace.com/eam.php"); ?>
March 2018
Read MoreFebruary 2018
Read MoreJanuary 2018
Read MoreJanuary 2018
Read MoreJune 2017
Read MoreFebruary 2017
Read MoreDecember 2016
Read MoreNovember 2016
Read MoreJune 2016
Read MoreOctober 2015
Read MoreSeptember 2015
Read MoreAugust 2015
Read MoreJuly 2015
Read MoreApril 2015
Read MoreSeptember 2014
Read MoreApril 2014
Read MoreMarch 2014
Read MoreFeb 2014
Read MoreJan 2014
Read MoreJuly 2013
Read More