update구문을 어떻게 만들어야 할까요

update구문을 어떻게 만들어야 할까요

QA

update구문을 어떻게 만들어야 할까요

본문

eaf88b6feaf1110109f82f3e22faa2ef_1449213892_5165.jpg

업데이트 구문을 사용해서 sms칼럼에 순서대로
입력을 했으면합니다.

폼을 아래와 같이 만들었다면


<form method="post" action="sms.config.php" id="">
<table class="member_form admin" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th scope="col"><label for="day_book">주문 취소</label></th>
<td><input name="sms1" type="radio" value="y" />사용  <input name="sms1" type="radio" value="n" /> 사용안함</td>
</tr>
                      <tr>
<th scope="col"><label for="day_book">미결제</label></th>
<td><input name="sms2" type="radio" value="y" />사용  <input name="sms2" type="radio" value="n" /> 사용안함</td>
</tr>
                      <tr>
<th scope="col"><label for="day_book">입금확인중</label></th>
<td><input name="sms3" type="radio" value="y" />사용  <input name="sms3" type="radio" value="n" /> 사용안함</td>
</tr>
                        <tr>
<th scope="col"><label for="day_book">결제완료</label></th>
<td><input name="sms4" type="radio" value="y" />사용  <input name="sms4" type="radio" value="n" /> 사용안함</td>
</tr>
                      <tr>
<th scope="col"><label for="day_book">고객발송 택배입고 대기중</label></th>
<td><input name="sms5" type="radio" value="y" />사용  <input name="sms5" type="radio" value="n" /> 사용안함</td>
</tr>
                                              <tr>
<th scope="col"><label for="day_book">고객발송 택배 입고완료</label></th>
<td><input name="sms6" type="radio" value="y" />사용  <input name="sms6" type="radio" value="n" /> 사용안함</td>
</tr>
                                              <tr>
<th scope="col"><label for="day_book">작업진행중</label></th>
<td><input name="sms7" type="radio" value="y" />사용  <input name="sms7" type="radio" value="n" /> 사용안함</td>
</tr>
                                              <tr>
<th scope="col"><label for="day_book">스캔작업완료</label></th>
<td><input name="sms8" type="radio" value="y" />사용  <input name="sms8" type="radio" value="n" /> 사용안함</td>
</tr>
              <tr>
<th scope="col"><label for="day_book">복원및폐기완료</label></th>
<td><input name="sms9" type="radio" value="y" />사용  <input name="sms9" type="radio" value="n" /> 사용안함</td>
</tr>
</tbody>
</table>
<div class="button_wrap3">
<input type="image" src="<?=IMG_URL?>request/btn_save.jpg" alt="저장"/>
</div>
</form>


update구문을 어떻게 만들어야 할까요
알려주시면 감사하겠습니다.  

이 질문에 댓글 쓰기 :

답변 1

테이블 구조를 잘못잡으신것 같은데,

지금 테이블 구조에서는

 

update 테이블명 set sms = '{$sms1}' where stauts = '-1'

 

update 테이블명 set sms = '{$sms2}' where stauts = '0'

 

이렇게 하심 됩니다.

 

답변을 작성하시기 전에 로그인 해주세요.
전체 48
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT