Quote:
|
Yes, but next you're going to ask how to read the data.
|
Yes, that's it..
Now, when i'm going to login, my password is wrong..
see the code:
PHP Code:
new data[140]
fvault_get_data( "zs_bank_register", g_szTempName[id], data, 139)
if(equal(g_szTempPassWord[id], data))
{
g_logged[id] = true;
}
I know it's wrong.. how to fix it?
__________________