관리자: #47 의 5 처리 : ['board_table]

This commit is contained in:
whitedot
2012-11-19 18:31:46 +09:00
parent 27540233c1
commit c820159c41
5 changed files with 143 additions and 143 deletions

View File

@ -28,12 +28,12 @@ for ($i=0; $i<count($chk); $i++)
set gr_id = '{$_POST['gr_id'][$k]}',
bo_subject = '{$_POST['bo_subject'][$k]}',
bo_skin = '{$_POST['bo_skin'][$k]}',
bo_read_point = '{$_POST['bo_read_point'][$k]}',
bo_write_point = '{$_POST['bo_write_point'][$k]}',
bo_comment_point = '{$_POST['bo_comment_point'][$k]}',
bo_download_point = '{$_POST['bo_download_point'][$k]}',
bo_use_search = '{$_POST['bo_use_search'][$k]}',
bo_order_search = '{$_POST['bo_order_search'][$k]}'
bo_read_point = '{$_POST[bo_read_point][$k]}',
bo_write_point = '{$_POST[bo_write_point][$k]}',
bo_comment_point = '{$_POST[bo_comment_point][$k]}',
bo_download_point = '{$_POST[bo_download_point][$k]}',
bo_use_search = '{$_POST[bo_use_search][$k]}',
bo_order_search = '{$_POST[bo_order_search][$k]}'
where bo_table = '{$_POST['board_table'][$k]}' ";
sql_query($sql);
}