체크박스 전체 체크 질문! 정보
체크박스 전체 체크 질문!
본문
<?php $array = explode(' , ', $write['wr_13']); ?>
<input type="checkbox" name="wr_13[]" value="강남구" <?php if(in_array('강남구', $array)) echo 'checked'; ?>>강남구
<input type="checkbox" name="wr_13[]" value="강동구" <?php if(in_array('강동구', $array)) echo 'checked'; ?>>강동구
........ 중략
이렇게 체크박스가 구성되어 있습니다.
여기에 하나의 체크박스를 추가하여 체크시에 전체가 체크 될 수 있도록 변경하고 싶은데
어떻게 추가를 해야 하나요? ㅜㅜ
<input type="checkbox" name="wr_13[]" value="강남구" <?php if(in_array('강남구', $array)) echo 'checked'; ?>>강남구
<input type="checkbox" name="wr_13[]" value="강동구" <?php if(in_array('강동구', $array)) echo 'checked'; ?>>강동구
........ 중략
이렇게 체크박스가 구성되어 있습니다.
여기에 하나의 체크박스를 추가하여 체크시에 전체가 체크 될 수 있도록 변경하고 싶은데
어떻게 추가를 해야 하나요? ㅜㅜ
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '203285' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php