Jump to content
GIGN Forum

Soprano

Mirstīgais
  • Posts

    266
  • Joined

  • Last visited

Posts posted by Soprano

  1. Man šķiet,ka manam pc ir kāda problēma,spēlējot spēles baigi ceļās temperatūra

    Neko nedarot CPU temperatūra vidēji ~ 40 - 50°c un video ~40°c

    Dzelži

    CPU Intel® Core™ i5-3570K 3.4GHz 6MB LGA1155 (stock intel cooler)

    PLATE Asus P8H77-M

    RAM Kingston 8GB PC12800 DDR3

    Video Nvidia Geforce GTX 570 1Gb (3 stock coolers)

    KORPUS Cooler Master Midl tower Elite K (1 stock coolers)

    Screen ir ar ieslēgtu Battlefield bad company 2

    us0lqe2bffjn5u61f.jpg

  2. Pievienojot savu mp3 pie pc pilnībā nekas nenotiek,bet pleijeri lādē un pievienojot fotoparātu,telefonu viss strādā

    Kas varētu būt par problēmu?

    EDIT

    Mēģināju uz windows7 un windows xp

    EDIT2

    Varētu būt problema tajā,ka mp3 storage ir C:/ un HDD arī ir C:/ ?

  3. Kapēc scripts nestrādā,nelabo mysql laukus?

    <?php
    mysql_connect("localhost", "root", "pw") or die(mysql_error());
    mysql_select_db("ads") or die(mysql_error());
    if($_POST['add'>){
    if($_POST['age'>){
    // get variables from previous form
    $id = ($_POST['id'>);
    $age = mysql_real_escape_string($_POST['age'>);
    mysql_query("UPDATE `users`(`age`) VALUES('$age') WHERE ID='$id'");
    echo'
    <font color=green>labots</font>
    <a href="index.php"><font color=red>Atpakaļ</font></a>
    ';
    }
    }
    ?>
    <table width="100%">
    <form method="post">
    <tr>
    <td>Vecums</td>
    <td><input type="text" name="age" /></td>
    </tr>
    <tr>
    <td colspan="3"><input type="submit" name="add" value="Pievienot" /></td>
    </tr>
    </form>
    </table>
    

×
×
  • Create New...