SQL Registring player system by ID
#2

1)
pawn Код:
SELECT `ID` FROM `Accounts` ORDER BY `ID` DESC LIMIT 1
`ID` is column in which ID is stored, `Accounts` is table where IDs are stored. Change them to your own.
2) To get auto increse on each new row, make column ID in Table and select AUTO_INCREMENT. It will put number one time higher than last one on each row entry.
Reply


Messages In This Thread
SQL Registring player system by ID - by [WSF]ThA_Devil - 21.04.2012, 08:07
Re: SQL Registring player system by ID - by [MG]Dimi - 21.04.2012, 09:52
Re: SQL Registring player system by ID - by [WSF]ThA_Devil - 21.04.2012, 10:20
Re: SQL Registring player system by ID - by [WSF]ThA_Devil - 21.04.2012, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)