08.02.2013, 12:15
You said your database has 5 fields? I'm guessing NAME PASSWORD ADMINLEVEL CASH SCORE.
So if that's the case, before you run the second query you need to alter the database and add the new columns (SKIN).
After running that query it should be fine to insert into the SKIN column because it now exists.
So if that's the case, before you run the second query you need to alter the database and add the new columns (SKIN).
pawn Код:
ALTER TABLE `USERS` ADD COLUMN `SKIN` INT