28.01.2014, 16:04
Well if you use IDs, you can do something like:
There's really no need to get all of his data. You just want the username(I guess).
Код:
SELECT `Username` FROM `player_table` ORDER BY `ID` DESC LIMIT 1