Last Registred problem
#1

Hy guys, i have problem with my UCP, this is problem: dont wonna to show me who is last registred:

Код:
$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); 
				?>
Dont know what is wrong i have Table "Igraci" and column "ID" :/
Reply
#2

ORDER BY ID DESC LIMIT 1");

Whats it with that only " there not started/closed anywhere.

Guess that should help you, just by quick look.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)