묻고답하기

write.php를 열어서 직업(job) 이라는 칸을 하나 더 생성시키고


<td><font style=font-family:Lfont>이름  <input class=input type=text name=name value="<?=$name?>" <?=size(8)?> maxlength=10>  </td>

  <td><font style=font-family:Lfont>메모  <input class=input type=text name=memo value="<?=$memo?>" <?=size(50)?> maxlength=100 onFocus="Change(this,'input',0)" onBlur="Change(this,'input',1)">  </td>

  <td><font style=font-family:Lfont>직업  <input class=input type=text name=job value="<?=$job?>" <?=size(20)?> maxlength=100 onFocus="Change(this,'input',0)" onBlur="Change(this,'input',1)">  </td>

  <td><input type=submit style=font-family:Lfont value=" 확 인 " class=submit></td>






list_main.php을 열어서

  
<td align=center width=70>
      <font color=#222222 style=font-family:Lfont><?=$data[name]?></td>
      <td width=15>::</td>
      <td align=left style=font-family:Lfont><?=stripslashes($data[memo])?>
           <td width=15>::</td>
           <td align=left style=font-family:Lfont><?=stripslashes($data[job])?>
    </td>


이렇게 수정시켰거든요...제 마음대로요..--
이렇게 하면 안되는지 적용이 안되네요..
주소입니다.
http://srleague.com/zb41/zboard.php?id=list

어느 부분이 틀린거에요~~~~???