include ('includes/constants.php'); include ('includes/functions.php'); include ('templates/header.php'); if (isset($_POST['submit'])) { if ($_POST['password1'] == $_POST['password2']) { $reg_status = user_register($_POST['username'], $_POST['password1'], $_POST['email']); } else { $reg_status = 'Passwords do not match.'; } } ?>
![]() |
|
|