Meteostanice
'inline', 'scope' => 'footer', 'weight' => 5));
if (isset($_GET[day])) {
$day = $_GET[day];
} else {
$day=date("Y-m-d");
}
$date=date_create($day);
$homepage = file_get_contents('http://172.20.20.28/hodnen.html');
$homepage = iconv('windows-1250', 'UTF-8', $homepage);
$homepage = str_replace("","",$homepage);
?>