SQLite won't insert into
#1

PHP Code:
format(sqlquerysizeof(sqlquery), "INSERT INTO `players` (`Name`, `Password`, `Salt`, `Pol`, `Godine`, `Email`) VALUES ('%s', '%s', '%s', %d, %d)"
                
DB_Escape(E_PLAYER_INFO[playerid][E_PLAYER_NAME]), 
                
DB_Escape(E_PLAYER_INFO[playerid][E_PLAYER_PASSWORD]), 
                
DB_Escape(E_PLAYER_INFO[playerid][E_PLAYER_SALT]), 
                
E_PLAYER_INFO[playerid][E_PLAYER_GENDER], 
                
E_PLAYER_INFO[playerid][E_PLAYER_AGE]);
            
            
db_query(Databasesqlquery);
print(
sqlquery); 
It won't Insert data into database
.
//print(sqlquery); this outputs
PHP Code:
INSERT INTO `players` (`Name`, `Password`, `Salt`, `Pol`, `Godine`, `Email`) VALUES ('Stefa_Kuja''F8FAE6659CF55CFDF7E3FEA6A3DC12C4E488F102725FC16990A57657CED954A7'')ufaKWYP?[tz.0YU'118
Reply


Messages In This Thread
SQLite won't insert into - by Unkovic - 11.04.2019, 18:49
Re: SQLite won't insert into - by IdonTmiss - 11.04.2019, 21:28
Re: SQLite won't insert into - by khRamin78 - 12.04.2019, 06:35
Re: SQLite won't insert into - by Unkovic - 13.04.2019, 20:43

Forum Jump:


Users browsing this thread: 2 Guest(s)