글 수정시 내용이 따라오지 않는 경우
본문
전자세금계산서를 발급 신청하는 게시판이었구요. 여분필드를 활용하였습니다.
최근에 영카트 주소입력이 변경되어서 그에 맞게 수정을 하고 보니 글을 수정하게 되면 다른 쪽의 내용은 잘 따라오는데
[wr_4] 와 [wr_9]의 여분필드가 따라오지 않습니다. 주소 부분이라 기본으론 남아있어야하는데요.. 코드가 어디가 틀린지 모르겠어서 통으로 올려봅니다.
─── 아래는 코드 전문 ───
<?php
<!-- } 게시물 작성/수정 끝 -->
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);
sql_query(" ALTER TABLE `g5_write_tax` ADD `addr3` VARCHAR( 255 ) NOT NULL AFTER `wr_10` ", FALSE);
sql_query(" ALTER TABLE `g5_write_tax` ADD `addr_jibeon` VARCHAR( 255 ) NOT NULL AFTER `addr3` ", FALSE);
?>
<section id="bo_w">
<h2 id="container_title"><?php echo $g5['title'] ?></h2>
<!-- 게시물 작성/수정 시작 { -->
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?php echo $width; ?>">
<input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
<input type="hidden" name="w" value="<?php echo $w ?>">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
<input type="hidden" name="sca" value="<?php echo $sca ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
<input type="hidden" name="stx" value="<?php echo $stx ?>">
<input type="hidden" name="spt" value="<?php echo $spt ?>">
<input type="hidden" name="sst" value="<?php echo $sst ?>">
<input type="hidden" name="sod" value="<?php echo $sod ?>">
<input type="hidden" name="page" value="<?php echo $page ?>">
<?php
$option = '';
$option_hidden = '';
if ($is_notice || $is_html || $is_secret || $is_mail) {
$option = '';
if ($is_notice) {
$option .= "\n".'<input type="checkbox" id="notice" name="notice" value="1" '.$notice_checked.'>'."\n".'<label for="notice">공지</label>';
}
if ($is_html) {
if ($is_dhtml_editor) {
$option_hidden .= '<input type="hidden" value="html1" name="html">';
} else {
$option .= "\n".'<input type="checkbox" id="html" name="html" onclick="html_auto_br(this);" value="'.$html_value.'" '.$html_checked.'>'."\n".'<label for="html">html</label>';
}
}
if ($is_secret) {
if ($is_admin || $is_secret==1) {
$option .= "\n".'<input type="checkbox" id="secret" name="secret" value="secret" '.$secret_checked.'>'."\n".'<label for="secret">비밀글</label>';
} else {
$option_hidden .= '<input type="hidden" name="secret" value="secret">';
}
}
if ($is_mail) {
$option .= "\n".'<input type="checkbox" id="mail" name="mail" value="mail" '.$recv_email_checked.'>'."\n".'<label for="mail">답변메일받기</label>';
}
}
echo $option_hidden;
?>
<div class="tbl_frm01 tbl_wrap">
<table>
<tbody>
<?php if ($is_name) { ?>
<tr>
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" required maxlength="20" title="이름" /></td>
</tr>
<?php } ?>
<?php if ($is_password) { ?>
<tr>
<th scope="row"><label for="wr_password">비밀번호<strong class="sound_only">필수</strong></label></th>
<td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20" title="비밀번호" /> <?php echo tooltip("비밀글로 저장되어 관리자와 글쓴이만 확인 가능합니다.<br />반드시 기억하세요!")?></td>
</tr>
<?php } ?>
<?php if ($is_email) { ?>
<tr>
<th scope="row"><label for="wr_email">이메일</label></th>
<td><input type="text" name="wr_email" value="<?php echo $email ?>" id="wr_email" class="frm_input email" size="50" maxlength="100" title="이메일" /></td>
</tr>
<?php } ?>
<?php if ($option) { ?>
<tr>
<th scope="row">옵션</th>
<td><?php echo $option ?></td>
</tr>
<?php } ?>
<?php if ($is_category) { ?>
<tr>
<th scope="row"><label for="ca_name">분류<strong class="sound_only">필수</strong></label></th>
<td>
<select name="ca_name" id="ca_name" required class="required" >
<option value="">선택하세요</option>
<?php echo $category_option ?>
</select>
</td>
</tr>
<?php } ?>
<tr>
<th scope="row"><label for="wr_5">주문서번호</label></th>
<td><input type="text" id="wr_5" name="wr_5" class="frm_input nospace required" required value="<?php echo $write['wr_5'] ?>" title="주문서번호" /> <?php echo tooltip("※ 주문서 번호는 주문배송조회 또는 마이페이지에서 확인가능하십니다.")?></td>
</tr>
<tr>
<th scope="row"><label for="wr_subject">고유번호</label></th>
<td><input type="text" id="wr_subject" name="wr_subject" class="frm_input nospace minlength_10 required " maxlength="12" required value="<?php echo $write['wr_subject'] ?>" title="고유번호" /> 사업자번호 입력</td>
</tr>
<tr>
<th scope="row"><label for="wr_1">단체명</label></th>
<td><input type="text" id="wr_1" name="wr_1" class="frm_input nospace required" required value="<?php echo $write['wr_1'] ?>" title="단체명" /> 상호 입력</td>
</tr>
<tr>
<th scope="row"><label for="wr_3">대표자명</label></th>
<td><input type="text" id="wr_3" name="wr_3" class="frm_input nospace required" required value="<?php echo $write['wr_3'] ?>" title="대표자명" /></td>
</tr>
<tr>
<th scope="row"><label for="wr_7">e-mail주소</label></th>
<td><input type="text" id="wr_7" name="wr_7" class="frm_input nospace required" size="40" required value="<?php echo $write['wr_7'] ?>" title="e-mail주소" />
<font color=red><strong>이메일 주소 필수 입력</strong></font></td>
</tr>
<tr>
<th scope="row">연락처</th>
<td><input type="text" id="wr_6" name="wr_6" class="frm_input nospace minlength_10 required" maxlength="13" required value="<?php echo $write['wr_6'] ?>" title="휴대전화" /></td>
</tr>
<tr>
<th scope="row">
주소
<?php if ($config['cf_req_addr']) { ?><strong class="sound_only">필수</strong><?php }
// add_javascript('js 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
?>
</th>
<td>
<label for="wr" class="sound_only">우편번호<strong class="sound_only"> 필수</strong></label>
<input type="text" name="wr_8" value="<?php echo $write['wr_8']; ?>" id="wr_8" required class="frm_input required" size="5" maxlength="6">
<button type="button" class="btn_frmline" onclick="win_zip('fwrite', 'wr_8', 'wr_9', 'wr_4', 'addr3', 'addr_jibeon');">주소 검색</button><br>
<input type="text" name="wr_9" value="<?php echo $member['wr_9'] ?>" id="wr_9" required class="frm_input frm_address required" size="60">
<label for="od_addr1">기본주소<strong class="sound_only"> 필수</strong></label><br>
<input type="text" name="wr_4" value="<?php echo $write['wr_4'] ?>" id="wr_4" class="frm_input frm_address" size="60">
<label for="od_addr2">상세주소</label>
<br>
<input type="text" name="addr3" value="<?php echo $write['addr3'] ?>" id="addr3" class="frm_input frm_address" size="60" readonly="readonly">
<label for="od_addr3">참고항목</label><br>
</td>
</tr>
<tr>
<th scope="row"><label for="wr_content">기타 문의내용<strong class="sound_only">필수</strong></label></th>
<td class="wr_content">
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
<?php } ?>
<?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<div id="char_count_wrap"><span id="char_count"></span>글자</div>
<?php } ?>
</td>
</tr>
<?php for ($i=0; $is_file && $i<$file_count; $i++) { ?>
<tr>
<th scope="row">파일 #<?php echo $i+1 ?></th>
<td>
<input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input">
<?php if ($is_file_content) { ?>
<input type="text" name="bf_content[]" value="<?php echo ($w == 'u') ? $file[$i]['bf_content'] : ''; ?>" title="파일 설명을 입력해주세요." class="frm_file frm_input" size="50">
<?php } ?>
<?php if($w == 'u' && $file[$i]['file']) { ?>
<input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i; ?>]" value="1"> <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')'; ?> 파일 삭제</label>
<?php } ?>
</td>
</tr>
<?php } ?>
<?php if ($is_guest) { //자동등록방지 ?>
<tr>
<th scope="row">자동등록방지</th>
<td>
<?php echo $captcha_html ?>
</td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
<div class="btn_confirm">
<input type="submit" value="작성완료" id="btn_submit" accesskey="s" class="btn_submit">
<a href="./board.php?bo_table=<?php echo $bo_table ?>" class="btn_cancel">취소</a>
</div>
</form>
<script>
<?php if($write_min || $write_max) { ?>
// 글자수 제한
var char_min = parseInt(<?php echo $write_min; ?>); // 최소
var char_max = parseInt(<?php echo $write_max; ?>); // 최대
check_byte("wr_content", "char_count");
$(function() {
$("#wr_content").on("keyup", function() {
check_byte("wr_content", "char_count");
});
});
<?php } ?>
function html_auto_br(obj)
{
if (obj.checked) {
result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
if (result)
obj.value = "html2";
else
obj.value = "html1";
}
else
obj.value = "";
}
function fwrite_submit(f)
{
<?php echo $editor_js; // 에디터 사용시 자바스크립트에서 내용을 폼필드로 넣어주며 내용이 입력되었는지 검사함 ?>
var subject = "";
var content = "";
$.ajax({
url: g5_bbs_url+"/ajax.filter.php",
type: "POST",
data: {
"subject": f.wr_subject.value,
"content": f.wr_content.value
},
dataType: "json",
async: false,
cache: false,
success: function(data, textStatus) {
subject = data.subject;
content = data.content;
}
});
if (subject) {
alert("제목에 금지단어('"+subject+"')가 포함되어있습니다");
f.wr_subject.focus();
return false;
}
if (content) {
alert("내용에 금지단어('"+content+"')가 포함되어있습니다");
if (typeof(ed_wr_content) != "undefined")
ed_wr_content.returnFalse();
else
f.wr_content.focus();
return false;
}
if (document.getElementById("char_count")) {
if (char_min > 0 || char_max > 0) {
var cnt = parseInt(check_byte("wr_content", "char_count"));
if (char_min > 0 && char_min > cnt) {
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return false;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return false;
}
}
}
<?php echo $captcha_js; // 캡챠 사용시 자바스크립트에서 입력된 캡챠를 검사함 ?>
document.getElementById("btn_submit").disabled = "disabled";
return true;
}
</script>
</section>
<!-- } 게시물 작성/수정 끝 -->
답변 3
자체 오류수정확인하여 수정 처리했습니다.
onclick="win_zip('
<?php echo $member['wr_9'] ?>
<?php echo $write['wr_4'] ?>
<?php echo $write['addr3'] ?>
위 내용의 어떠한 정보도 위소스에는 없습니다
예를 들면
1 win_zip 호출했을때의 소스정보
2 게시판이라고하셔는데 $member['wr_9']는 게시판에서 안가져오는듯 하네요
3 $write['wr_4'] 여기 들어가는 정보 기본주소 라고하셔는데요 ?
1번내용이 먼지 알아야 될듯
4 $write['addr3'] 게시판에 이런 필드가 존재해요?
추가하신듯한데 table 필드 정보도 필요하게네요
파이팅