선택삭제시 게시판 Total번호가 삭제한만큼 마이너스되서 저장되는데요. 채택완료
topklg
9년 전
조회 3,409
선택삭제시 게시판 총Tota번호가l 마이너스되서저장이됩니다.
a게시판에 총total번호가 -3일경우
3개의게시물삭제시
a게시판총total번호가 -6이됩니다.
total번호를 0으로 맞추는법좀알려주세요.
if ($pressed == '선택삭제') { // 글숫자 감소 if ($count_write > 0 || $count_comment > 0) { sql_query(" update {$g5['board_table']} set bo_count_write = bo_count_write - '$count_write', bo_count_comment = bo_count_comment - '$count_comment' where bo_table = '$bo_table' ");
}
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인