-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_admin.bk.230509/php/inquiry/
File Upload :
Current File : /var/www/html/z_admin.bk.230509/php/inquiry/skn.list.php

<?php

# skin file
	$skins = $skin->skin ( array ( 'frm' => 'FORM' , 'rep' => 'REPEAT' , 'none' => 'NONE' ) , $skinfile ) ;

# get data
	$repeat = '' ;
	$query = " from tbl_{$total[table]} where keycode='{$total[code]}' {$search_query[total]} order by numid desc " ;
	$columns = " numid , confirm_type , write_date , username , tel " ;
	$total = $exe->qry_list ( $query , $columns , $total ) ;
	while ( $rs = $exe->fetch ( $total['execute'] ))
	{
		$rs['recno'] = $total['recno'] ;
		$total['recno']-- ;
		$rs['username'] = '<a href="' . $total['cmnall'] . '&mode=view&numid=' . $rs['numid'] . '">' . $rs['username'] . '</a>' ;
		$rs['new_image'] = date_new ( $rs['write_date'] , 3 , '<img src="/img/board_icon/new.gif" align="absmiddle" >' ) ;
		$rs['write_date'] = ucf_date_format($rs['write_date'] , 'Y-m-d' ) ;
		$repeat.= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
	}
	if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;
	
	$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;

# end
	$result = str_foreach ( array ( 'repeat' => $repeat ) , 'INFO' , $skins['frm'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee