Username is taken, or password do not match.

'; else { header('Location: catalog.php'); } } require_once 'components/head.php'; require_once 'components/user/signup.php'; echo signup_form(); require_once 'components/foot.php';