<?php // password match if (isset($_POST['password']->rowCount) != ($_POST['passwordconfirm'])) { $errors[] = 'using password does not match'; } ?>
if ($password == $confirmPassword)