-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM' , 'rep' => 'REP' , 'none' => 'NONE' ) , $skinfile ) ;
$repeat = '' ;
$total = $exe->qry_list ( " from tbl_{$total[table]} where keycode='A02' {$search_query[total]} order by write_date desc , numid desc " , " numid , name , email , write_date, sendmail " , $total ) ;
while ( $rs = $exe->fetch ( $total['execute'] ))
{
$rs['recno'] = $total['recno'] ;
$total['recno']-- ;
$rs['write_date'] = ucf_date_format( $rs['write_date'] , 'Y-m-d' ) ;
$rs['sendmail'] = ($rs['sendmail'] == 'Y')?'<font color="blue">Çã¿ë</font>':'<font color="red">°ÅºÎ</font>' ;
$repeat.= str_foreach ( $rs , 'RS' , $skins['rep']) ;
}
if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;
# paging
$total = $exe->paging ( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;
# end
$result = str_foreach ( array ( 'repeat' => $repeat ) , 'INFO' , $skins['frm'] ) ;
$hint['msg'] = $time_hint ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee