그누보드 글쓸때 입력한 값 데이터베이스에 저장 시키는 법 채택완료
그누초보다
1년 전
조회 11,353
</p>
<p><div class="phone-num-container" style="display: flex; align-items: center; height:63px; position: relative; z-index: 1; height: 100%;"></p>
<p> <p class="writename">휴대폰번호</p></p>
<p> <div class="age"></p>
<p> <div class="age-option" style="position: relative; display: flex; align-items: center;"></p>
<p> <label for="live_num"></p>
<p> <input type="text" name="wr_live_num" value="<?php echo isset($write['wr_live_num']) ? htmlspecialchars($write['wr_live_num'], ENT_QUOTES) : ''; ?>" id="live_num" class="frm_input" size="20" placeholder="" required style="width: 205px; height: 39.99px; border: 1px solid #d3d3d3; border-radius:3px; padding-right: 80px; margin-left: 25px; padding-left:5px;"></p>
<p> </label></p>
<p> </div></p>
<p> <div id="sendVerificationCodeButton" onclick="sendVerificationCode()" style="position: absolute; right: 70px; cursor: pointer; padding:3px; padding-left:7px; padding-right:7px; font-size:14px; border-radius:3px;height: auto; background: #f5f5f5; color: #212529; border: none; height:40px; padding-top:9px;">인증번호 받기</div></p>
<p> </div></p>
<p></div></p>
<p>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
<p class="writename">휴대폰번호</p>
<div class="age">
<div class="age-option" style="position: relative; display: flex; align-items: center;">
<label for="wr_6">
<input type="text" name="wr_6" id="wr_6" value="<?php echo isset($write['wr_6']) ? htmlspecialchars($write['wr_6'], ENT_QUOTES) : ''; ?>" placeholder="" required style="width: 205px; height: 39.99px; border: 1px solid #d3d3d3; border-radius:3px; padding-right: 80px; margin-left: 25px; padding-left:5px;">
</label>
</div>
<div id="sendVerificationCodeButton" onclick="sendVerificationCode()" style="position: absolute; right: 70px; cursor: pointer; padding:3px; padding-left:7px; padding-right:7px; font-size:14px; border-radius:3px;height: auto; background: #f5f5f5; color: #212529; border: none; height:40px; padding-top:9px;">인증번호 받기</div>
</div>
</div> [/code] 이렇게 하면 될까요? 그래도 값이 안들어와서 ㅠ