채택완료

현재 게시판 명 출력하기.

Copy
<div class="real_con">            <div style="width:100%;height:50px;border-bottom:1px solid #ebebeb;margin-bottom:50px;">                <div style="float:left;line-height:50px;font-family: 'Nanum Barun Gothic', sans-serif;font-weight: normal;font-size:21px;color:#666">                    <?php echo $g5['title'] ?>                </div>            </div>



<?php echo $g5['title'] ?> 위 처럼하니까 게시판에 들어가면 "게시판명 1페이지" 이렇게 뜨네요.

게시판 명만 나오게 출력하고 싶은데 무슨 방법없을까요?

|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

<?php echo $board['bo_subject'] ?>

답변에 대한 댓글 1개

이미 하긴 했지만 감사합니다!

답변을 작성하려면 로그인이 필요합니다.