30.01.2014, 10:44
Quote:
Well if you use IDs, you can do something like:
Код:
SELECT `Username` FROM `player_table` ORDER BY `ID` DESC LIMIT 1 |
I don't know how to solve COL's problem but, I want to know how can you extract and use the first username after you selected it.