dini/mysql/hash problem.
#1

pawn Код:
if(fexist(file))
    {
       
        format( query, 256, "INSERT INTO `users` (name, password) \
            VALUES ('%s',%d)"
, name,dini_Int(file,"password"));

        mysql_query( query );
        playerDB[ playerid ][ pSQLID ] = mysql_insert_id( );
       
        LoadFileData(playerid);
    }
i want to insert this in hash: dini_Int(file,"password")

tohash(dini_Int(file,"password")) won't work.

Can anyone help?
Reply


Messages In This Thread
dini/mysql/hash problem. - by ajwar - 09.02.2011, 08:51
Re: dini/mysql/hash problem. - by Calgon - 09.02.2011, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)