Jump to content
php.lv forumi

Malleus

Reģistrētie lietotāji
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Malleus

  1. 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.

×
×
  • Create New...