<?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ā.
S J miniblogs
- +1
S J 02.11.2012. 15:13
- +1
Mr Raccoon 02.11.2012. 15:33 #
Es uz šitiem skatoties jūtos kā zābaks.
Tas nav grūti visu šito atcerēties?
Ielogojies vai izveido profilu, lai komentētu!