Ray,
Thanks for the reply.
The thing is I can't have a failed redirect happening either, as login fails need to get passed back to javascript from the same php page as well.
What I need please is some clue (sample code) as to how to check for a successful and failed login immediately after the $Authenticate->execute();, e.g.
if $loginResult == "Success" {
// my success code
} else {
// my failed code
}
Also a heads up on how to handle username check immediately after that execute as will please.
Sorry to ask this but PHP is really not my thing (which I guess is why I purchased your component)!