묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
꼭 좀 알려주세요~!!!!!!!!
2003.01.22 12:31
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
어느 부분이 틀린거에요~~~~???
<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
어느 부분이 틀린거에요~~~~???
댓글 3
-
행복한고니
2003.01.22 12:42
-
kunbi
2003.01.22 13:52
그 저장할 공간이란걸 어떻게 만들어야 하죠~? -
행복한고니
2003.01.22 18:02
SQL 문을 실행해주세요. -_-;;
ALTER TABLE `테이블명` ADD `필드이름` 자료형 AFTER `기준필드`
이렇게 하는 것이지만...
님은 DB와 PHP에 대한 기본적인 개념이 부족한 것 같으니 조금 더 기본 개념 공부를 하심이...
-_-;;
DB 가 이미 생성되어버린 상태에서 저장스크립트만 수정한다고 해서 되지는 않거든요. 그 자료를 저장할 공간(필드)을 만들어주셔야죠. -_-;;
또한, write.php 를 수정하게 되면 저장하는 역할을 하는 write_ok.php 가 있는데 그것도 수정을 해주셔야 하구요~