Reiz, kad man vajadzēja, tad tika uzmeistarots šāds laikaziņu rīks:
Laika ziņas šodien:
<?php
if (file_get_contents('http://www.delfi.lv/weather/index.php') != false) {
$contents=file_get_contents('http://www.delfi.lv/weather/index.php');
$piu=explode('<font class="weatherTitle">', $contents);
$txt=explode('<!-- end text weather block -->', $piu[1]);
$bum=explode('<td><font class="body">', $txt[0]);
echo($bum[1]);
}
else {
echo('Nav pieejamas.');
}
?>
Bija arī LB valūtu kursi, bet tie tika nozūmēti, jo nebija vajadzības.