Jump to content
php.lv forumi

dmitriy

Reģistrētie lietotāji
  • Posts

    61
  • Joined

  • Last visited

Posts posted by dmitriy

  1. Nezinu gan, viņiem tadiem merķiem ir http://www.templatemonster.com/register_aff.php

     

    6. What am I allowed and not allowed to do with the templates?

     

    You may:

     

    * Build a website using the template in any way you like.

     

    You may not:

     

    * Resell or redistribute templates (like we do).

    * Claim intellectual or exclusive ownership to any of our products, modified or unmodified. All products are property of content providing companies and individuals.

    * Make more than one project using the same template (you have to purchase the same template once more in order to make another project with the same design)

  2. Pastāv limiti

    Kā var nosūtīt īsziņu Tele2 abonentam no interneta?

    Nosūtīt īsziņu Tele2 abonentam Jūs varat no Tele2 mājas lapas Maksimālais garums 143 zīmes. No vienas IP adreses iespējams nosūtīt maksimums 100 īsziņas diennaktī.

    Tāpēc vel ir jālieto proxy, lai uztaisīt normālu servisu...

  3. ja, piem šita:

    $query  = "SELECT * FROM tabula WHERE lauks = 1";
    $result = mysql_query($query);
    
    $sql = '';
    
    while($row = mysql_fetch_array($result)
    {
    $sql .= 'id = \''.$row['id'].'\' OR ';
    }
    
    if ($sql != '')
    {
    $sql = substr($sql, 0, -3);
    $query_2 = 'UPDATE tabula SET lauks = 0 WHERE '.$sql;
    mysql_query($query_2);
    }

×
×
  • Create New...