[MYSQL] PASSWORD issue
#1

This will write the name, and the IP, but not the password. It wont print the Query either.

pawn Код:
format(Query,sizeof(Query), "INSERT INTO `ACCOUNTS` (`IP`, `PASSWORD`, `NAME`, `ID`) VALUES ('%s', '%s', '%s', %d)",ip, inputtext, GetName(playerid), UID);
            print(Query);
            mysql_query(Query);
Reply


Messages In This Thread
mysql not saving password - by Mattakil - 07.12.2013, 18:56
Re: [MYSQL] PASSWORD issue - by Loot - 07.12.2013, 21:36
Re: [MYSQL] PASSWORD issue - by Mattakil - 07.12.2013, 21:38
Re: [MYSQL] PASSWORD issue - by BizzyD - 07.12.2013, 21:38
Re: [MYSQL] PASSWORD issue - by Mattakil - 07.12.2013, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)