Hey there!
Im trying fix a register from:
http://forum.ragezone.com/f593/regi-...-files-893328/
I fixed several issues but I still get this one:
Spoiler:
I tried all but I cant fix that... Can anyone help me?
PD: Sorry for my english :(:Quote:
{
$query = "INSERT INTO [Account].[dbo].[tAccounts] ([nEMID],[sUsername],[sUserPass],[sUserPassSalt],[sEmail],[nAuthID],[sIP]) VALUES (".rand_string().",'$_POST[username]','$_POST[password]','$_POST[password]','$_POST[email]',3,'127.0.0.1')";
$q = odbc_exec($connection, $query);
if($q)
echo"Username, <b>$_POST[username]</b> has been registered!";
}
}
else
echo"Please re-enter username and password, remove all special characters!";
}
