[제나플러스] 멀티랜덤 최근게시물 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[제나플러스] 멀티랜덤 최근게시물

본문

한개의 최근게시물스킨에 여러개의 게시판을 랜덤으로 출력
<?
$stand=array("board1","board2","board3","board4","board5"); //게시판, 추가 가능
$rand= time()%count($stand);
$bless="$stand[$rand]";
echo latest("main_board_date", $bless, 4, 30);
?>
 
 
 
한개의 게시판을 여러개의 최근게시물스킨으로 랜덤 출력
<?
$stand=array("img_text","profile","scroll_main","new_face","basic"); // 최근게시물 스킨, 추가가능
$rand= time()%count($stand);
$bless="$stand[$rand]";
echo latest("$bless", board1, 4, 30);
?>
추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 825건 25 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기