-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/include/
File Upload :
Current File : /var/www/html/include/notice.php

<?
	$r = 4 ; // ·¹ÄÚµå ¼ö
	$str = '' ; 
	$execute = $exe->qry_one(" from tbl_{$config[B01][1]} where keycode = 'B01' order by write_date desc limit {$r} " , "  numid , title , keycode ") ;
	$i = 1 ; 
	while ( $rs = $exe->fetch($execute)) {
		$rs['title'] = str_cut($rs['title'] . '' , 20)  ;
		$str .= '
                      <li><a href="/html/?code=' . $rs['keycode'] . '&mode=view&numid=' . $rs['numid'] . '">' . $i . '. &nbsp;' . $rs['title'] . ' &nbsp;<img src="/img/notice_hot.gif" alt="ÇÖ´º½º" /></a><span class="date"></span></li>
		' ;
		$i++ ; 
	}
	echo $str ; 
?>	

Copyright © 2017 || Recoded By Mr.Bumblebee