26.11.2012, 17:17
Hy guys, i have problem with my UCP, this is problem: dont wonna to show me who is last registred:
Dont know what is wrong i have Table "Igraci" and column "ID" :/
Код:
$nimi = $db->get_row("SELECT ID, Ime FROM `Igraci` ORDER BY ID DESC LIMIT 1");
?>
<span class="left_column">Last Registrovani:</span>
<span class="right_column">
<?
echo $obj->Kasutajanimi($nimi->ID);
?>

