04.12.2011, 22:08
(
Последний раз редактировалось kirk; 05.12.2011 в 01:27.
)
Quote:
PHP код:
PHP код:
|
Select all from the table 'users' where the field 'Playername' equals to (your user name).
Now try to register the same name two or more times, i dont think so there would be two rows with the same name.
Use limit 1 if, for example, you are selecting the ammount of posts, probably 100 guys with the same post count decide to call that query at the same time, usually happens ; ) or it doesnt?.