제나버전 v1.8 메인페이지 스피드맵 권한 설정
페이지 정보
본문
댓글목록
연후아빠님의 댓글
연후아빠쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
46라인에 정도에 추가해 주세요..
$sql2 = " select * from $g4[board_table] where gr_id = '$row[gr_id]' order by bo_order_search ";
//제외보드설정
$sql2 = " select * from $g4[board_table]
where gr_id = '$row[gr_id]'
and bo_table <> 'z1_1' //제외게시판1
and bo_table <> 'z2_2' //제외게시판2
order by bo_order_search ";
$rst2 = sql_query($sql2);
힘쓰님의 댓글
힘쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
잘 안되네요 ^^;;
"에러문구" 복사
-----------------------------------------------------------------------------------------------------------------------------------
커뮤니티
select * from g4_board where gr_id = 'z1' and bo_table <> 'z1_1' //제외게시판1 and bo_table <> 'z2_2' //제외게시판2 order by bo_order_search
1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '/제외게시판1 and bo_table <> 'z2_2' //제외게시판2 order by
error file : /~himss/index.php
------------------------------------------------------------------------------------------------------------------------------------
연후아빠님의 댓글의 댓글
연후아빠쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
$sql2 = " select * from $g4[board_table] where gr_id = '$row[gr_id]' order by bo_order_search ";
아래추가
******************************************
//제외보드설정
$sql2 = " select * from $g4[board_table]
where gr_id = '$row[gr_id]'
and bo_table <> 'z1_1'
and bo_table <> 'z2_2'
order by bo_order_search ";
*********************************************
$rst2 = sql_query($sql2);
삽입시 //제외게시판1 //제외게시판2
는 빼고 넣어 주세요^^