랜덤 출력 질문드립니다.

랜덤 출력 질문드립니다.

QA

랜덤 출력 질문드립니다.

답변 2

본문

아래코드로 메인에 게시판을 불러오고 있습니다.

랜덤으로 출력할 수 있는 방법 있을까요?


<?php
                            $bo_table="brandmember";
                            $write_table="g5_write_". $bo_table;
                            $board=sql_fetch("select * from {$g5['board_table']} where bo_table='{$bo_table}'");
                            $board_skin_path=get_skin_path('board', $board['bo_skin']);
                            $board_skin_url=get_skin_url('board', $board['bo_skin']);
                            include_once(G5_BBS_PATH .'/board.php');
                        ?>

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 12,369
© SIRSOFT
현재 페이지 제일 처음으로