SQL registration
#3

You are using:
pawn Код:
format(query,sizeof(query),"SELECT id FROM accounts WHARE name='%s'",name);
You write "WHARE" instead of "WHERE" which is the correct english word.

Try again with
pawn Код:
format(query,sizeof(query),"SELECT id FROM accounts WHERE name='%s'",name);
Quote:
Originally Posted by Vince
(...) yet many people seem to think "Oh shit, an error! To the SA-MP forums!".
Not necessary to write here. He might not know that Whare is wrong incase of English issues. I agree that many people might happen to post here for simple things, but consider whats simple for you, compared to many of the newbies out there.
Reply


Messages In This Thread
SQL registration - by cyberlord - 11.12.2014, 13:38
Re: SQL registration - by Vince - 11.12.2014, 14:01
Re: SQL registration - by denNorske - 11.12.2014, 14:02
Re: SQL registration - by cyberlord - 11.12.2014, 14:06
Re: SQL registration - by Vince - 11.12.2014, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)