this worked with old mysql querys but not with mysqli, maybe because mysqli put automatical $Salt into ""
any ideea how can i make it work with mysqli?Code:$GetAccountInfo = Mysql_Query("SELECT * FROM users WHERE name = '$CurUnam'"); Mysql_Query("CALL changePasswd ($GetAccountInfo->quoteSmart'$CurUnam', $Salt2)");
i solved by removed the $GetAccountInfo->quoteSmart part



Reply With Quote

