-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$info = $exe->qry_fetch ( " from tbl_{$total[table]} where keycode='{$total[code]}' and numid='{$total[loginno]}' " , " * " ) ;
$skins = $skin->skin ( array (
'frm' => 'FORM' ,
) , $skinfile ) ;
$info['pass'] = $_POST['pass'] ;
$info['write_date'] = ucf_date_format( $info['write_date'] , 'Y³â m¿ù dÀÏ') ;
$info['tel'] = explode( '-' , $info['tel']) ;
$info['tel1'] = $info['tel'][0] ;
$info['tel2'] = $info['tel'][1] ;
$info['tel3'] = $info['tel'][2] ;
$info['hp'] = explode( '-' , $info['hp']) ;
$info['hp1'] = $info['hp'][0] ;
$info['hp2'] = $info['hp'][1] ;
$info['hp3'] = $info['hp'][2] ;
$info['email'] = explode( '@' , $info['email']) ;
$info['email1'] = $info['email'][0] ;
$info['email2'] = $info['email'][1] ;
$info['zipcode'] = explode( '-' , $info['zipcode']) ;
$info['zip1'] = $info['zipcode'][0] ;
$info['zip2'] = $info['zipcode'][1] ;
$result = $skins['frm'] ;
$result = str_foreach ( $info , 'INFO' , $result ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee