랜덤 출력 질문드립니다. 채택완료
코쟁히
3년 전
조회 1,619
아래코드로 메인에 게시판을 불러오고 있습니다.
랜덤으로 출력할 수 있는 방법 있을까요?
</p>
<p><?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');
?></p>
<p>
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인