<html>
<meta http-equiv=" content-Type" content="text/html" charset="euc-kr">
<title> 학생 레코드 입력 </title>
<body>
<center> <!-- 가운데 정렬 -->
<h3> 학생 카드 입력 </h3>
<form name="PHP" method=post action = "insert-st.php">
학번 : <input type = text name = "scode"> <br>
이름 : <input type = text name = "sname"> <br>
학과 : <input type = text name = "sdept"> <br>
전화 : <input type = text name = "sphone"> <br><br>
<input type=submit value = "저장">
<input type=reset value = "취소">
</form>
</center>
</body>
</html>
안되는데 어떻게 해야할까요