-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
########################################################
// approve
########################################################
if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;
$info = $exe->qry_fetch ( " from tbl_{$total[table]} where numid='{$numid}' " , " * " ) ;
if ( empty($info['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;
if ( $info['pay_price'] != $info['result_price'] )
script_re( $total['cmnnb'] . '&mode=view' , ' ÀÔ±ÝÀÌ È®ÀεÇÁö ¾ÊÀº ÁÖ¹®ÀÔ´Ï´Ù. ' ) ;
$exe->qry_update ( array (
'n_state' => '¹è¼ÛÁß' ,
'sendnumber'=> $_POST['sendnumber'] ) , " 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