[PHP] 정보 수정 페이지 만들기
💡 정보 수정 페이지를 만들어보자 ⭐️ 완성샷 🔴 세션 변수 불러오고, DB연결해서 결과 가져오기 $array = mysqli_fetch_array($result); 필드명으로 결과를 가져올 수 있다. 🟠 CSS body,select,option,button{font-size:16px} input{border:1px solid #999;font-size:14px;padding:5px 10px} input,button,select,option{vertical-align:middle} form{width:700px;margin:auto} input[type=checkbox]{width:20px;height:20px} span{font-size:14px;color:#f00} legend{font-size:20..