php validation doesn't work -


I have this function, it is valid that it is valid when two password matches are

What is the problem with this code? Validate the function

  password ($ myPassword, $ pass2) {// if it does not match (if strokes ($ mypassword, '')! == incorrect) returned false; // If valid return $ myPassword == $ pass2 & amp; Amp; Stellen ($ myPassword) & gt; = 4; }   

thanks :)

There is no problem with your Code Posted by

Comments