관리자 #47 의 8 처리

This commit is contained in:
whitedot
2012-11-21 18:37:45 +09:00
parent 5e2b3fe0e4
commit a4684dcd29
10 changed files with 28 additions and 28 deletions

View File

@ -114,8 +114,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
<tr>
<td>
<input type="hidden" id="pp_id" name="pp_id[<?=$i?>]" value="<?=$row[pp_id]?>">
<input type="checkbox" id="chk" name="chk[]" value="<?=$i?>" title="<?=$word?> 선택">
<input type="hidden" name="pp_id[<?=$i?>]" value="<?=$row[pp_id]?>">
<input type="checkbox" id="chk_<?=$i?>" name="chk[]" value="<?=$i?>" title="<?=$word?> 선택">
</td>
<td>&nbsp; <a href="<?=$_SERVER['PHP_SELF']?>?sfl=pp_word&amp;stx=<?=$word?>"><?=$word?></a></td>
<td><?=$row['pp_date']?></td>