게시판 내 주소검색 질문드립니다.. 채택완료
게시글을 모두 작성하고 다시 수정을 하려고하는데 주소검색 value가 저장이 안됩니다.
고수님들의 조언 부탁드립니다..
Copy
<?if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if($w != "u") { $write[wr_12] = $member[mb_zip1]; $write[wr_13] = $member[mb_zip2]; $write[wr_14] = $member[mb_addr1]; $write[wr_15] = $member[mb_addr2]; $write[wr_16] = $member[mb_addr_jibeon]; }if ($is_dhtml_editor) { include_once("$g4[path]/lib/cheditor4.lib.php"); echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>"; echo cheditor1('wr_content', '100%', '230');}// 카테코리를 자동으로 선택하게 합니다. if($write[ca_name]){ $category_option = str_replace("'$write[ca_name]'","'$write[ca_name]' selected",$category_option); }?><link href="<?=$board_skin_path?>/style.css" rel="stylesheet" type="text/css" /><div style='height:10px;'> </div><script type="text/javascript">// 글자수 제한var char_min = parseInt(<?=$write_min?>); // 최소var char_max = parseInt(<?=$write_max?>); // 최대</script><form name="fwrite" method="post" onsubmit="return fwrite_submit(this);" enctype="multipart/form-data" style="margin:0px;"><input type=hidden name=null> <input type=hidden name=w value="<?=$w?>"><input type=hidden name=bo_table value="<?=$bo_table?>"><input type=hidden name=wr_id value="<?=$wr_id?>"><input type=hidden name=sca value="<?=$sca?>"><input type=hidden name=sfl value="<?=$sfl?>"><input type=hidden name=stx value="<?=$stx?>"><input type=hidden name=spt value="<?=$spt?>"><input type=hidden name=sst value="<?=$sst?>"><input type=hidden name=sod value="<?=$sod?>"><input type=hidden name=page value="<?=$page?>"><table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <colgroup width="150"> <colgroup width=''> <? if ($is_name) { ?> <tr> <tr> <tr> <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="write_head">작성자(닉네임)</td> <td class="write_head2"><input class='ed' maxlength=20 style="width:100%; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_name itemname="이름" required value="<?=$name?>"></td> <? } ?> <? if ($is_password) { ?> <td class="write_head">패스워드</td> <td class="write_head2"><input class='ed' type=password maxlength=20 style="width:100%; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_password itemname="패스워드" <?=$password_required?>></td> </tr></table></td> <tr><td colspan="2" class='write_line'></td></tr> <tr><td height="25" colspan="2"></td></tr> <? } ?> <? $option = "";$option_hidden = "";if ($is_notice || $is_html || $is_secret || $is_mail) { $option = ""; if ($is_notice) { $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지 "; } if ($is_html) { if ($is_dhtml_editor) { $option_hidden .= "<input type=hidden value='html1' name='html'>"; } else { $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span> "; } } if ($is_secret) { if ($is_admin || $is_secret==1) { $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span> "; } else { $option_hidden .= "<input type=hidden value='secret' name='secret'>"; } } if ($is_mail) { $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기"; }}echo $option_hidden;if ($option) {?> <tr> <td class="write_head">옵 션</td> <td class="write_head2"><?=$option?></td></tr> <tr><td colspan="2" class='write_line'></td></tr> <? } ?> <? if ($is_category) { ?> <tr> <td class="write_head">분 류</td> <td class="write_head2"><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr> <tr><td colspan="2" class='write_line'></td></tr> <? } ?> <tr> <td class="write_head">제 목</td> <td class="write_head2"><input style="width:660px; border:1px solid #cccccc; height:28px; padding:5px;"type="text" required value="<?=$subject?>" name='wr_subject' id="wr_subject"></td> <tr><td colspan="2" class='write_line'></td></tr> <tr> <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="write_head">이메일</td> <td class="write_head2"> <input class="m_text" type="text" name='mb_email' style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;" maxlength="100" email="email" name="e-mail" required="required" itemname='E-mail' value='<?=$member[mb_email]?>' /> <td class="write_head">통신사</td> <td class="write_head2"><select name=wr_2 id=wr_2 required itemname="통신사" style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;"><option value="SKT" selected>SKT<option value="KT">KT<option value="LG U+">LG U+<option value="외산폰">외산폰<option value="기타">기타</select></td></tr></td> </tr></table></td> <tr><td colspan="2" class='write_line'></td></tr> <tr> <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="write_head">기종</td> <td class="write_head2"><input style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_4 id="wr_4" itemname="기종" placeholder="ex) 갤럭시 노트2" required value="<?=$write[wr_4]?>"> <td class="write_head">스마트폰 상태</td> <td class="write_head2"><select name=wr_3 id=wr_3 required itemname="상태" style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;"><option value="S급" selected>S급<option value="A급">A급<option value="B급">B급<option value="액정파손">액정파손<option value="폐폰">폐폰</select></td></td></tr> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td colspan="2" class='write_line'></td></tr> </tr><tr><input type="hidden" name="wr_16" value="<?=$member['wr_16']; ?>"> <td class="write_head"></td> <td class="write_head2"><input style="width:120px; border:1px solid #cccccc; height:28px; padding:5px; margin-top:10px;" itemname="우편번호" type="text" name='wr_12' id="wr_12" size="4" maxlength="3" readonly="readonly" <?=$config[cf_req_addr]?'required':'';?> required value='<?=$write[wr_12]?>' /> -<input style="width:120px; border:1px solid #cccccc; height:28px; padding:5px;" type="text" name='wr_13' id="wr_13" size="4" maxlength="3" readonly="readonly" <?=$config[cf_req_addr]?'required':'';?> required value='<?=$write[wr_13]?>' /> <a href="javascript:;" onclick="win_zip('fwrite', 'wr_12', 'wr_13', 'wr_14', 'wr_15', 'wr_16');"><img src="../img/ju.jpg" border=0 style="margin-top:11px; margin-left:6px; position:absolute;"></a></td> </tr> <tr> <td class="write_head">주소</td> <td class="write_head2"><input style="width:660px; border:1px solid #cccccc; height:28px; padding:5px;" type="text" name='wr_14' id="wr_14" readonly="readonly" <?=$config[cf_req_addr]?'required':'';?> required value='<?=$write[wr_14]?>' /></td> </tr> <td class="write_head"></td> <td class="write_head2"><input style="width:660px; border:1px solid #cccccc; height:28px; padding:5px; margin-bottom:10px;"type="text" name='wr_15' id="wr_15" <?=$config[cf_req_addr]?'required':'';?> value='<?=$write[wr_15]?>' /></td> </tr></td> <tr><td colspan="2" class='write_line'></td></tr> <tr> <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="write_head">연락처</td> <td class="write_head2"><input style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_5 id="wr_5" placeholder="하이픈(-)은 제외해주세요." itemname="핸드폰" required value="<?=$write[wr_5]?>"></td> <td class="write_head">모델명</td> <td class="write_head2"><input style="width:230px; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_6 id="wr_6" placeholder="ex) E250 (갤럭시 노트2)" itemname="이메일" required value="<?=$write[wr_6]?>"></td> </tr></table></td> <tr><td colspan="2" class='write_line'></td></tr> <tr> <td style="padding:10px 0px 10px 0px;" colspan="2"> <? if ($is_dhtml_editor) { ?> <?=cheditor2('wr_content', $content);?> <? } else { ?> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="50%" align="left" valign="bottom"> <span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span> <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span> <span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td> <td width="50%" align="right"><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td> </tr> </table> <textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all; border:1px solid #cccccc;' rows=20 itemname="내용" required <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea> <? if ($write_min || $write_max) { ?><script type="text/javascript"> check_byte('wr_content', 'char_count'); </script><?}?> <? } ?> </td> </tr> <tr><td colspan="2" height="1" bgcolor="#dddddd"></td></tr> <? if ($is_link) { ?> <? for ($i=1; $i<=$g4[link_count]; $i++) { ?> <tr> <td class="write_head">관련링크 #<?=$i?></td> <td class="write_head2"><input type='text' style="border:1px solid #cccccc; height:28px; padding:5px;" class='ed' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td> </tr> <tr><td colspan="2" class='write_line'></td></tr> <? } ?> <? } ?> <? if ($is_file) { ?> <tr> <td class="write_head" valign="top"> <table cellpadding="0" cellspacing="0"> <tr> <td style="padding-top:0px; line-height:20px;"><strong>파일첨부</strong><br> <span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span> <span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span> </td> </tr> </table> </td> <td class="write_head2" style="padding:18px;"><table id="variableFiles" cellpadding=0 cellspacing=0></table><?// print_r2($file); ?> <script type="text/javascript"> var flen = 0; function add_file(delete_code) { var upload_count = <?=(int)$board[bo_upload_count]?>; if (upload_count && flen >= upload_count) { alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다."); return; } var objTbl; var objRow; var objCell; if (document.getElementById) objTbl = document.getElementById("variableFiles"); else objTbl = document.all["variableFiles"]; objRow = objTbl.insertRow(objTbl.rows.length); objCell = objRow.insertCell(0); objCell.innerHTML = "<input type='file' style='border:1px solid #cccccc; height:28px; padding:5px; width:100%;' name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>"; if (delete_code) objCell.innerHTML += delete_code; else { <? if ($is_file_content) { ?> objCell.innerHTML += "<br><input type='text' style='write:100%;' class='ed' name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>"; <? } ?> ; } flen++; } <?=$file_script; //수정시에 필요한 스크립트?> function del_file() { // file_length 이하로는 필드가 삭제되지 않아야 합니다. var file_length = <?=(int)$file_length?>; var objTbl = document.getElementById("variableFiles"); if (objTbl.rows.length - 1 > file_length) { objTbl.deleteRow(objTbl.rows.length - 1); flen--; } } </script></td> </tr> <tr><td colspan="2" class='write_line'></td></tr> <? } ?> <? if ($is_trackback) { ?> <tr> <td class="write_head">트랙백주소</td> <td><input class='ed' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>"> <? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td> </tr> <tr><td colspan=2 class='write_line'></td></tr> <? } ?> <? if ($is_guest) { ?> <tr> <td class="write_head"><img id='kcaptcha_image' /></td> <td class="write_head2"><input class='ed' type=input style="width:100px; border:1px solid #cccccc; height:28px; padding:5px;" name=wr_key itemname="자동등록방지" required> 왼쪽의 글자를 입력하세요.</td> </tr> <tr><td colspan="2" class='write_line'></td></tr> <? } ?> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center" style="padding-top:30px;"> <input style="display:none;" type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'> <a href="javascript:$('#btn_submit').click();" class="btn_design1">글쓰기</a> <a href="./board.php?bo_table=<?=$bo_table?>" class="btn_design1">목록</a></td> </tr> </table> </td> </tr></table></form><script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script><script type="text/javascript"><?// 관리자라면 분류 선택에 '공지' 옵션을 추가함if ($is_admin) { echo " if (typeof(document.fwrite.ca_name) != 'undefined') { document.fwrite.ca_name.options.length += 1; document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지'; document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지'; }";} ?>with (document.fwrite) { if (typeof(wr_name) != "undefined") wr_name.focus(); else if (typeof(wr_subject) != "undefined") wr_subject.focus(); else if (typeof(wr_content) != "undefined") wr_content.focus(); if (typeof(ca_name) != "undefined") if (w.value == "u") ca_name.value = "<?=$write[ca_name]?>";}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) { <? if ($g4[https_url]) echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';"; else echo "f.action = './write_update.php';"; ?> /* var s = ""; if (s = word_filter_check(f.wr_subject.value)) { alert("제목에 금지단어('"+s+"')가 포함되어있습니다"); return false; } if (s = word_filter_check(f.wr_content.value)) { alert("내용에 금지단어('"+s+"')가 포함되어있습니다"); return false; } */ if (document.getElementById('char_count')) { if (char_min > 0 || char_max > 0) { var cnt = parseInt(document.getElementById('char_count').innerHTML); 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; } } } if (document.getElementById('tx_wr_content')) { if (!ed_wr_content.outputBodyText()) { alert('내용을 입력하십시오.'); ed_wr_content.returnFalse(); return false; } } <? if ($is_dhtml_editor) echo cheditor3('wr_content'); ?> var subject = ""; var content = ""; $.ajax({ url: "<?=$board_skin_path?>/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 (!check_kcaptcha(f.wr_key)) { return false; } document.getElementById('btn_submit').disabled = true; document.getElementById('btn_list').disabled = true; return true;}</script><script type="text/javascript" src="<?="$g4[path]/js/board.js"?>"></script><script type="text/javascript"> window.onload=function() { drawFont(); } </script>
답변 1개
채택된 답변
+20 포인트
11년 전
주소찾기 해서 검색주소가 입력폼에 적용된건 확인됐고.. 수정폼으로 들어가보니 해당필드에 값이 안들어가 있다는 말씀이신거죠?
상단에 수정이 아닌경우 회원정보를 넣어주는 코드 위쪽으로 print_r2($write); 해서 확인을 해보시는건 어떨까요?
수정폼으로 들어갔을때 해당값이 나온다면 저장은 잘 된거겠죠.
저장이 안된거라면 bbs/write_update.php에서 sql문에 wr_12~16까지 들어있는지 확인하셔야겠죠.
해당 sql문도 새글($w=='')일때와 수정($w=='u') 모두 들어가있어야 합니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
11년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
여분필드 업데이트를 제대로 해주었더니 되네요 ㅠㅠ 감사합니다.