-=[ Mr. Bumblebee ]=-
_Indonesia_
<?
function accessError() {
echo 'À¯È¿ÇÏÁö ¾ÊÀº °æ·Î¿¡ ÀÇÇÑ Á¢±Ù' ;
exit ;
}
if ( !isset($_GET['goods_no']) || empty($_GET['goods_no'])) accessError() ;
$rs = $exe->qry_fetch(" from tbl_{$total[table]}_item where numid = '{$_GET[goods_no]}' and openstate = 'Y' and salestate = '1' ", ' numid , formtype , teamtype , team_o_price , team_f_price , team_arch ') ;
if ( empty($rs['numid'])) accessError() ;
if ( $rs['formtype'] != 'M' ) accessError() ;
$conf = 'ÀÚ´ç 300¿ø(or 1,000¿ø)' ;
$t_price = 0 ;
$t_arch = 0 ;
switch ( $rs['teamtype'] ) {
case 'O' :
$conf = 'ÀÚ´ç ' . number_format($rs['team_o_price']) . '¿ø' ;
$t_price = intval($rs['team_o_price']) ;
break ;
case 'F' :
$conf = '°íÁ¤ ' . number_format($rs['team_f_price']) . '¿ø' ;
$t_price = intval($rs['team_f_price']) ;
break ;
default : accessError() ;
}
$t_type = $rs['teamtype'] ;
$t_arch = intval($rs['team_arch'] ) ;
$arch = number_format( $rs['team_arch']) ;
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM' ) , $skinfile ) ;
$result = str_foreach ( array('conf' => $conf , 'arch' => $arch , 't_type' => $t_type , 't_price' => $t_price , 't_arch' => $t_arch ) , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee