Hi All
I got a problem with this if statment. What i want it to do to check whether the 2 fields contain the same value. It works in that it tells you whether it contains 2 same values, but it doesnt continue with the rest of the code, it just stops there if it contains the same value
HElp!!!
if(!($password == $confirm_password)){
echo "You password did not match, please re-type and confirm.<br/>";
}
include 'reg_work2.php';
include 'footer.htm';
// Show the form again!
exit();