include ("include/config.php"); $url = $_GET['country']; $query="SELECT * FROM countries WHERE url = '$url'"; $result = $mysqli->query($query) or die($mysqli->error.__LINE__); $row = $result->fetch_assoc(); $isoC=$row['Iso2'];$query4="SELECT * FROM links WHERE iso = '$isoC'"; $result4 = $mysqli->query($query4) or die($mysqli->error.__LINE__); $row_cnt = $result4->num_rows; $title = "▷ " . $row['Name']. " Country Codes | allcountrycodes.org"; $metadescription ="ALL Country Codes of " . $row['Name']. ". → Iso code → Telephone code → TDL code → Currency code. All you need to know About the " . $row['Name']. " Country Codes."; include ("include/header.php");?>
This page contains details of all country codes.
Contents
The telephone country code is the number . If you want to call from another country, you can do it dialing the number , before the entire telephone number. each country has his owm number to identify this area.
| Region | Region code | $iso2 = $row['Iso2']; $query2="SELECT * FROM regions WHERE iso = '$iso2'"; $result2 = $mysqli->query($query2) or die($mysqli->error.__LINE__); while($row2 = $result2->fetch_assoc()){?>
Here you have the list of countries are in the near of . In the immediate vicinity of are the following countries: $iso2 = $row['Iso2']; $query23="SELECT * FROM countries_neighbors WHERE iso = '$iso2'"; $result23 = $mysqli->query($query23) or die($mysqli->error.__LINE__); while($row23 = $result23->fetch_assoc()){ $count = $row23['neighbor']; $query45="SELECT * FROM countries WHERE Iso2 = '$count'"; $result45 = $mysqli->query($query45) or die($mysqli->error.__LINE__); $row45 = $result45->fetch_assoc(); ?>
} ?>