글수정시 textarea 내용없어지는 문제

     <tr>
         <td colspan="4" bgcolor="ffffff" align="center">
          <table width="100%" cellpadding="3" cellspacing="1" bgcolor="e4e4e4" >
              <tr bgcolor="ffffff" align="center">
               <td bgcolor="F7F3F7" align="center">채권/채무</td>
         <td bgcolor="F7F3F7" align="center">특징</td>
         <td bgcolor="F7F3F7" align="center">면적/구조</d>
         <td bgcolor="F7F3F7" align="center">임대차관계</td>
         <td bgcolor="F7F3F7" align="center">입찰결과</td>
         <td bgcolor="F7F3F7" align="center">등기부상의권리관계</td>
        </tr>
        <tr bgcolor="ffffff">
               <td bgcolor="ffffff"><textarea cols=14 rows=30 name="six01" value="<?=$write['six01']?>" itemname="채권/채무" class="tx"></textarea></td>
         <td bgcolor="ffffff"><textarea cols=19 rows=30 name="six02" value="<?=$write['six02']?>" itemname="특징" class="tx"></textarea></td>
         <td bgcolor="ffffff"><textarea cols=14 rows=30 name="six03" value="<?=$write['six03']?>" itemname="면적/구조" class="tx"></textarea></td>
         <td bgcolor="ffffff"><textarea cols=14 rows=30 name="six04" value="<?=$write['six04']?>" itemname="임대차관계" class="tx"></textarea></td>
         <td bgcolor="ffffff"><textarea cols=14 rows=30 name="six05" value="<?=$write['six05']?>" itemname="입찰결과" class="tx"></textarea></td>
         <td bgcolor="ffffff"><textarea cols=19 rows=30 name="six06" value="<?=$write['six06']?>" itemname="등기부상의권리관계" class="tx"></textarea></td>
        </tr>
       </table>
      </td>
     </tr>


--------------------------------------------------------------------------

스킨 자료실에 분양게시판 수정중인데요...

제작자분께서 wr_6와 wr_9 를 six와 nine을 추가해서 잘개 쪼개 놓았습니다.(위 소스 참조)

다른것은 글수정해도 잘 올라 오는데 textarea부분만 안올라 옵니다.

DB에 보면 잘 쓰여져 있습니다.


원래 있던 내용쓰는부분(content)을 삭제했는데 그것도 문제가 될수 있나요?

이전 내용을 기억하는 명령어나 변수같은 것은 어떤부분인지 가르쳐 주셈 ㅜㅜ
|

댓글 2개

<textarea value="<?php echo $string; ?>"></textarea> (X)
<textarea><?php echo $string; ?></textarea> (O)
청춘불안정님 최고세요~
감사합니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
16년 전 조회 973
16년 전 조회 1,265
16년 전 조회 1,550
16년 전 조회 1,465
16년 전 조회 985
16년 전 조회 1,043
16년 전 조회 1,628
16년 전 조회 1,227
16년 전 조회 844
16년 전 조회 1,611
16년 전 조회 852
16년 전 조회 1,006
16년 전 조회 1,081
16년 전 조회 771
16년 전 조회 1,092
16년 전 조회 1,129
16년 전 조회 1,133
16년 전 조회 1,229
16년 전 조회 1,562
16년 전 조회 1,468