지정위치에 게시판 보이기
define('_INDEX_', true); if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?>
여기에 id "page_content"의 내용 입력
여기에 class "subcon_left"의 내용 입력
여기에 class "subcon_right"의 내용 입력
$conn = mysqli_connect("localhost", "root", "autoset", "gnuboard5") or die(mysql_error());
$bo_table = 'company4';
$sql = "select bo_table from `{$g5['board_table']}` a left join `{$g5['group_table']}` b on (a.gr_id=b.gr_id) where a.bo_device <> 'mobile' "; $sql .= " and a.bo_use_cert = '' ";
$sql .= " order by b.gr_order, a.bo_order ";
goto_url(G5_BBS_URL.'/board.php?bo_table=company4');
?>