Please Log in or Create an account to join the conversation.
Yes, 1/true is matching 0/false is mismatch. Booleans don't echo as true/false. They'll echo as 1 or null. When debugging always be sure to use var_dump( VARIABLE HERE ); to properly debug output as echo is not accurate to type.So am I correct to assume that a returned value of 1 means that the password is a match?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.