IsError()) { // Something happened
NTFY_AddNotice("Failed to create account! Reason:
" . $result->GetError(), "fail");
} else { // All OK
NTFY_AddNotice("Account registered! You can log in here", "success");
}
} else {
NTFY_AddNotice("Password mismatch! Check and try again", "fail");
}
}
}
NTFY_EchoAllNotices();
?>
Already have an account? Login here