S J miniblogs

  • S J
    +1

    <?php
    $db = new mysqli();
    $message = $db->query("SELECT * FROM player_ban ORDER BY until ASC");
    $player = $db->query("SELECT player FROM player WHERE player_id = '$new->player_id'");
    while ($new = $message->fetch_object()) {
       echo '<tr><th>' . $player->player . '</th><th>' . $new->player_id . '</th><th>' . $new->admin . '</th><th>' . $new->until . '</th><th>' . $new->reason . '</th></tr>';
    }
    ?>


    Kas šeit īsti ir nepareizi? Viss strādā, izņemot to, ka no otras tabulas izvelk spēlētāja niku un ieliek to tajā pašā tabulā.

    • Mr Raccoon
      +1

      Es uz šitiem skatoties jūtos kā zābaks.
      Tas nav grūti visu šito atcerēties?

    Atpakaļ Uz augšu