Inputtext Wrong
#1

Hi everyone,i have a simple code :
pawn Код:
new query[128];
format(query,128,"SELECT * FROM smf_members WHERE member_name='%s'",inputtext);
            mysql_query(query);
But,query goes like this:
pawn Код:
SELECT * FROM smf_members WHERE member_name='я'
inputtext is not y,i know this. What's the problem :S
Reply
#2

What are you typing in the dialog?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)