07.03.2012, 10:35
hello pepole.
i have a small question.
how i select a one more field from the table?
this my start code:
i want that var kills equal to `Kills` field and var level equal to `Level` field.
thank's a lot.
i have a small question.
how i select a one more field from the table?
this my start code:
pawn Код:
mysql_query("SELECT `Kills`,`Level` FROM `users`");
new kills,level;
thank's a lot.