여분필드 네임값 변경 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

여분필드 네임값 변경 정보

여분필드 네임값 변경

본문

adm/member_form.php에서
여분필드1~10까지 표기된것 중
1~4까지 각각 다른이름을 주고 싶습니다.

예) 여분필1 (여분필드1값) ---->  특기 (여분필드1값)    여분필2 (여분필드2값) ---->  장기 (여분필드2값)
      여분필3 (여분필드3값) ---->  취미 (여분필드3값)      여분필4 (여분필드2값) ---->  보직 (여분필드4값)

이런식으로 네임값을 변경코자 하는데 아래 소스는 for문으로 되어있어 수정이 어렵던데
수정이 가능할까요?
     




<? for ($i=1; $i<=10; $i=$i+2) { $k=$i+1; ?>
<tr class='ht'>
    <td>여분 필드 <?=$i?></td>
    <td><input type=text class=ed style='width:99%;' name='mb_<?=$i?>' maxlength=255 value='<?=$mb["mb_$i"]?>'></td>
    <td>여분 필드 <?=$k?></td>
    <td><input type=text class=ed style='width:99%;' name='mb_<?=$k?>' maxlength=255 value='<?=$mb["mb_$k"]?>'></td>
</tr>
<? } ?>
  • 복사

( 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 = '176623' 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