|
|
International Country Code & Time Difference
$fp = fopen("code.txt","r");
if (!$fp)
{ echo "die"; }
else
{
$data = file("code.txt");
for ($i = 0 ; $i < count($data) ; $i++)
{
$info[$i] = explode("|", $data[$i]);
}
}
fclose($fp);
?>
if ($id != "")
{
?>
|
Destination Country
|
Country/Area Code
|
Time Difference
|
|
echo $info[$id][0]; ?>
|
echo $info[$id][1]; ?>
|
if ($info[$id][2] > 0)
echo "+".$info[$id][2];
else
echo $info[$id][2];
?>
|
}
?>
|
|
Copyright © 2003. MediaRing Ltd. All Rights
Reserved. Terms & Conditions.
Site best viewed with browser versions Netscape 6.1, Microsoft IE
5.0 and Mozilla 1.2 and above and with screen resolution 1024x800.
|
Back To Top |
|
 |