hello. Hello, I want to make this registration script tell the user when the passwords they have entered are not matching.
and i use this code:
if ($_POST['pass' != 'pass2'])
{
echo
("Oops! Password did not match! Try again. ");
}
please help me to correct my coding. :-( thanks so much!