Mysql noob and confusing question...
#1

Well since im making new server (from scratch)i think to much about optimizing register/login system
Well i want to make good register/login base that will be easy to edit+it will work fast
Im kinda stuck with these...
How i can get SOMETHING from Sql and check it in SAMP server?
pawn Код:
format(Query,sizeof(Query),"SELECT 'IP' FROM `Users` WHERE `User` = '%s'",pName);
    mysql_query(Query);
    mysql_store_result();
And i dont want to use it like: select user from bla,bla where is ip = user ip and check is there any rows...
Reply


Messages In This Thread
Mysql noob and confusing question... - by DRIFT_HUNTER - 26.01.2011, 22:53
Re: Mysql noob and confusing question... - by DRIFT_HUNTER - 27.01.2011, 20:48
Re: Mysql noob and confusing question... - by 1337connor - 27.01.2011, 21:05

Forum Jump:


Users browsing this thread: 7 Guest(s)