<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PHP 로그인 인터페이스</title>
< ;link rel="stylesheet" href="css.css">
</head>
<body>
<form action="index1.php" method="post">
사용자 이름: < input type="text" name="user" placeholder="관리자 또는 게스트를 입력하세요."><br>
비밀번호: <input type="password" name="password" placeholder="비밀번호 길이가 필요합니다. 6자리 이상 16자리 미만"><br>
;
</html>
<?php
echo $_POST;
echo "<br> ;";
echo $_POST;
제 출력에서는 줄바꿈을 할 수 없습니다