묻고답하기
글쓰기폼 밀림 문제
2012.06.18 23:05
write 태그는
<?
$a_preview = str_replace(">","><font class=thm7>",$a_preview)." ";
$a_imagebox = str_replace(">","><font class=thm7>",$a_imagebox)." ";
?>
<table border=0 width=<?=$width?> cellspacing=0 cellpadding=0 align=center>
<form method=post name=write action=write_ok.php onsubmit="return check_submit();" enctype=multipart/form-data>
<input type=hidden name=page value=<?=$page?>>
<input type=hidden name=id value=<?=$id?>>
<input type=hidden name=no value=<?=$no?>>
<input type=hidden name=select_arrange value=<?=$select_arrange?>>
<input type=hidden name=desc value=<?=$desc?>>
<input type=hidden name=page_num value=<?=$page_num?>>
<input type=hidden name=keyword value="<?=$keyword?>">
<input type=hidden name=category value="<?=$category?>">
<input type=hidden name=sn value="<?=$sn?>">
<input type=hidden name=ss value="<?=$ss?>">
<input type=hidden name=sc value="<?=$sc?>">
<input type=hidden name=mode value="<?=$mode?>">
<col width=80 height=30></col><col width=100 height=30></col>
<col width=80 height=30></col><col width= height=30></col>
<?=$hide_start?>
<tr>
<td class=thm7 align=right style='padding-right:10px;'><b>NAME</b></td>
<td><input type=text name=name value="<?=$name?>" <?=size(20)?> maxlength=20 class=input></td>
<td class=thm7 align=right style='padding-right:10px;'><b>PASSWORD</b></td>
<td><input type=password name=password <?=size(20)?> maxlength=20 class=input></td>
</tr>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>E-MAIL</td>
<td><input type=text name=email value="<?=$email?>" <?=size(40)?> maxlength=200 class=input></td>
<td class=thm7 align=right style='padding-right:10px;'>HOMEPAGE</td>
<td><input type=text name=homepage value="<?=$homepage?>" <?=size(40)?> maxlength=200 class=input></td>
</tr>
<?=$hide_end?>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>OPTION</td>
<td class=thm7 colspan=3>
<?=$category_kind?>
<?=$hide_notice_start?> <input type=checkbox name=notice <?=$notice?> value=1> NOTICE <?=$hide_notice_end?>
<?=$hide_html_start?> <input type=checkbox name=use_html <?=$use_html?> value=1> HTML <?=$hide_html_end?>
<input type=checkbox name=reply_mail <?=$reply_mail?> value=1> RE-MAIL
<?=$hide_secret_start?> <input type=checkbox name=is_secret <?=$secret?> value=1> SECRET <?=$hide_secret_end?>
</td>
</tr>
<tr>
<td class=thm7 align=right style='padding-right:10px;'><b>SUBJECT</b></td>
<td colspan=3><input type=text name=subject value="<?=$subject?>" <?=size(60)?> maxlength=200 style='width:99%;' class=input></td>
</tr>
<tr>
<td class=thm7 align=right style='padding-right:10px;'><b>CONTENT</b></td>
<td colspan=3 style='padding:5 0;' align=left><textarea name=memo <?=size(90)?> rows=18 class=textarea style='width:99%;'><?=$memo?></textarea></td>
</tr>
<?=$hide_sitelink1_start?>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>LINK #1</td>
<td class=thm7 colspan=3><input type=text name=sitelink1 value="<?=$sitelink1?>" <?=size(62)?> maxlength=200 class=input style='width:99%;'></td>
</tr>
<?=$hide_sitelink1_end?>
<?=$hide_sitelink2_start?>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>LINK #2</td>
<td class=thm7 colspan=3><input type=text name=sitelink2 value="<?=$sitelink2?>" <?=size(62)?> maxlength=200 class=input style='width:99%;'></td>
</tr>
<?=$hide_sitelink2_end?>
<?=$hide_pds_start?>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>UPLOAD #1</td>
<td class=thm7 colspan=3><input type=file name=file1 <?=size(50)?> maxlength=255 class=input style='width:99%;'> <?=$file_name1?></td>
</tr>
<tr>
<td class=thm7 align=right style='padding-right:10px;'>UPLOAD #2</td>
<td class=thm7 colspan=3><input type=file name=file2 <?=size(50)?> maxlength=255 class=input style='width:99%;'> <?=$file_name2?></td>
</tr>
<?=$hide_pds_end?>
</table>
<table border=0 width=<?=$width?> cellspacing=0 cellpadding=0>
<tr>
<td colspan=2>
<table border=0 cellspacing=0 cellpadding=0 width=100% height=40>
<tr>
<td>
<?=$a_preview?>PREVIEW</a>
<?=$a_imagebox?>IMGBOX</a>
</td>
<td align=right>
<input type=submit value=" SUBMIT " class=submit accesskey="s" onfocus="this.blur()">
<input type=button value=" CANCEL" class=button onclick=history.back() onfocus="this.blur()">
</td>
</tr>
</table>
</td>
</tr>
</table>
이건데 어디서 손을 봐야 밀리지 않는지 설명해주세여ㅠㅠㅠㅠㅠㅠㅠ
어디를 어느 식으로 손봐야하는지까지여ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ