"; echo "Email: " . $email . "
"; echo "Password: " . $password . "
"; } else { // Handle the case where the form was not submitted via POST echo "Form submission method not allowed"; } ?>