view_comment.skin.php 에서 DB에 입력이 안됩니다. 어디를 살펴봐야 하나요? 채택완료
comment 여분필드 필드을 어디에서 추가할 수 있나요?
view_comment.skin.php 에서
<div class="f_wrap">
<div class="f_field div2">
<div class="ff_title required">
<label for="wr_11"><mark>키(cm)</mark></label>
</div>
<div class="ff_wrap">
<input type="text" id="wr_11" name="wr_11" class="input" placeholder="키(cm)를 입력해주세요." required />
</div>
</div>
위와 같이 만들어서 입력을 해보았는데
DB에 입력이 안됩니다.
어디를 살펴봐야 하나요?
감사합니다.
답변 3개
답변을 작성하려면 로그인이 필요합니다.
로그인