답변 2개
채택된 답변
+20 포인트
6년 전
<?
$target_bo_table = '게시판bo_table'
$target_board = sql_fetch(" select * from {$g5['board_table']} where bo_table = '{$target_bo_table}' ");
$target_board_categories = explode('|', $target_board ['bo_category_list']);
?>
<ul>
<?foreach($target_board_categories as $cate){?>
<li><a href="<?=G5_BBS_URL?>/board.php?bo_table=<?=$target_bo_table?>&sca=<?=$cate?>"><?=$cate?></a></li>
<?}?>
</ul>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인