SA-MP Forums Archive
Last Registred problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Last Registred problem (/showthread.php?tid=395514)



Last Registred problem - Dusan01 - 26.11.2012

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" :/


Re: Last Registred problem - saiberfun - 26.11.2012

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.