Просмотр файла weth/wether.php

Размер файла: 477B
<?php
//$c=33837;
$c=(int)$c;
$prov=file("./city.txt");
$pr='bad';

for ($i = 0; $i < count($prov); $i++)
{
if(ereg($c, $prov[$i]))$pr='OK';
}

if($pr=='OK'){
$file = file("http://wap.gismeteo.ru/$c.wml");
header ("Content-type: text/vnd.wap.wml");
$file = @implode("", $file);
$file = @explode('<a href', $file);
echo $file[0];
}
?>
<a href="./">&#x041D;&#x0430;&#x0437;&#x0430;&#x0434;</a><br/>
<a href="http://site.ru/">site.ru</a>
</p>
</card>
</wml>