-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
########################################################
// approve
########################################################
if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;
$info = $exe->qry_fetch ( " from tbl_{$total[table]} where numid='{$numid}' " , " numid , n_state , result_price , ohp " ) ;
if ( empty($info['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;
if ( $info['n_state'] != 'ÀԱݴë±â' )
script_re( $total['cmnnb'] . '&mode=view' , ' ÀÌ¹Ì ÀÔ±ÝÈ®ÀÎÇϽŠÁÖ¹®ÀÔ´Ï´Ù. ' ) ;
$exe->qry_update ( array (
'n_state' => 'ÀԱݿϷá' ,
'paydate' => $total['now'] ,
'pay_price' => $info['result_price'] ) , " tbl_{$total[table]} " , " numid='{$numid}' " ) ;
//send_sms( $info_sms['from'] , $info['ohp'] , 'ÀÔ±Ý È®ÀÎÇÏ¿´½À´Ï´Ù. °¨»çÇÕ´Ï´Ù. /Çʵå»çÄ¿' ) ;
include $_SERVER['DOCUMENT_ROOT'] . '/sms/soap_client.php' ;
sms($info['ohp'] ,$info_sms['from'] , 'ÀÔ±Ý È®ÀÎÇÏ¿´½À´Ï´Ù. °¨»çÇÕ´Ï´Ù. /½ÎÄ¿¹ðÅ©' ,'send') ;
######################################################
// end
######################################################
script_re($total['cmnnb'] . '&mode=view#order' ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee