-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_admin.bk.240724/php/s_deposit/
File Upload :
Current File : /var/www/html/z_admin.bk.240724/php/s_deposit/skn.list.php

<?php

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

# get list
	$info['repeat'] = '' ;
	$total = $exe->qry_list ( " from tbl_{$total[table]} order by numid desc " , " * " , $total ) ;
	if ( $total['totalcount'] > 0 ) {
		while ( $rs = $exe->fetch($total['execute'])) { 
			$info['repeat'].= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
		}
	}
# paging
	$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;

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

Copyright © 2017 || Recoded By Mr.Bumblebee