Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Notice: Undefined index: cityzone in мой-сайт.ру/engine/modules/pogoda.php on line 5 нет данных.
5 строка: $city = $_GET['cityzone'];
6 строка: if (!$city) {$city="5110";} // 27612 id города
<?
error_reporting (E_ALL);
$city = $_GET['cityzone'];
if (!$city) {$city="5110";} // 27612 id города
$getgismeteoxml = file_get_contents("http://informer.gismeteo.ru/xml/" . $city . "_1.xml");
if (!$getgismeteoxml) { echo ('нет данных'); exit; }
$xml = simplexml_load_string(file_get_contents("http://informer.gismeteo.ru/xml/5110_1.xml"))
$result = $xml->xpath('/*/*/*/*/TEMPERATURE[1]/attribute::max');
if (preg_match("([-])", $result[2])) //echo $result[2];
{
echo "$result[2]";
}
else {
echo "+ $result[2]";
}
?>
<?
$getgismeteoxml = file_get_contents("http://informer.gismeteo.ru/xml/27612_1.xml");
$xml = simplexml_load_string($getgismeteoxml);// 27612 id города
$result = $xml->xpath('/*/*/*/*/TEMPERATURE[1]/attribute::max');
if (preg_match("([-])", $result[2])) //echo $result[2]; [2] дневная температура примерно в 15.00
{
echo "$result[2]";
}
else {
echo "+ $result[2]";
}
?>
<div style="width: 100%px;">
<object width="100%" height="420" data="http://st.kaktam.in.ua/weathervk.swf" type="application/x-shockwave-flash">
<param name="FlashVars" value="detectcity=false&id=23" />
<param name="bgcolor" value="#FFFFFF" />
<param name="src" value="http://st.kaktam.in.ua/weathervk.swf" />
</object>
</div>