query($sqlStmtPwd); if (DB::isError($res)) : die ("$PHP_SELF: " . $res->getMessage()); endif; $usr_id_new = getLastInsertID(); if ($usr_id_new != "" && is_numeric($usr_id_new)) : $ret_value = "ok"; endif; endif; echo "retValue = '" . $ret_value . "';\n"; endif; ?>