여분필드 wr_8을 가지고 쓸때는 3개 출력은 합처서 하는 방법없나요? 정보
여분필드 wr_8을 가지고 쓸때는 3개 출력은 합처서 하는 방법없나요?본문
안녕하세요.
여분 빌드 wr_8을 가지고 입력받는을 때는
<input style="width:350;" name=wr_8 itemname="사업자등록번호1" value="<?=$write[wr_8]?>">-
<input style="width:350;" name=wr_8 itemname="사업자등록번호2" value="<?=$write[wr_8]?>">-
<input style="width:350;" name=wr_8 itemname="사업자등록번호3" value="<?=$write[wr_8]?>">
이런식으로 받아서 출력할때는 아래와 같이 보이도록 하고 싶습니다.
방법좀 알려주세요..
사업자등록번호1 - 사업자등록번호2 - 사업자등록번호3
방법이 없을까요??
<tr>
<td class=write_head>사업자등록번호</td>
<td colspan="3"><input style="width:350;" name=wr_8 itemname="사업자등록번호" value="<?=$write[wr_8]?>"></td></tr>
<tr><td colspan=4 height=1 bgcolor=#e7e7e7></td></tr>
여분 빌드 wr_8을 가지고 입력받는을 때는
<input style="width:350;" name=wr_8 itemname="사업자등록번호1" value="<?=$write[wr_8]?>">-
<input style="width:350;" name=wr_8 itemname="사업자등록번호2" value="<?=$write[wr_8]?>">-
<input style="width:350;" name=wr_8 itemname="사업자등록번호3" value="<?=$write[wr_8]?>">
이런식으로 받아서 출력할때는 아래와 같이 보이도록 하고 싶습니다.
방법좀 알려주세요..
사업자등록번호1 - 사업자등록번호2 - 사업자등록번호3
방법이 없을까요??
<tr>
<td class=write_head>사업자등록번호</td>
<td colspan="3"><input style="width:350;" name=wr_8 itemname="사업자등록번호" value="<?=$write[wr_8]?>"></td></tr>
<tr><td colspan=4 height=1 bgcolor=#e7e7e7></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 = '197938' 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