25.01.2018, 00:01
Are you using it in a loop?
You're right so far, but you need to assign it an ID. See mysql_query();
You might also want to add a LIMIT 1 to the end of that query.
You're getting it, stick at it.
You're right so far, but you need to assign it an ID. See mysql_query();
You might also want to add a LIMIT 1 to the end of that query.
pawn Код:
SELECT `%s` FROM `users` WHERE `name` = '%s' LIMIT 1