-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_product.bk.240724/php/cart/
File Upload :
Current File : //var/www/html/z_product.bk.240724/php/cart/act.delete.php

<?
	include_once( 'inc/cart.php') ;
	if ( empty($numid)) script_re( $cartUrl , ' À߸øµÈ Á¢±ÙÀÔ´Ï´Ù. ') ;
	$info = $exe->qry_fetch( " from {$tblCart} where numid = '{$numid}' and Ltype = 'C' and " . ( empty($total['loginno']) ? "cart_id = '{$cart_id}' " : "real_no = '{$total[loginno]}' " ) , " numid , file1 , file2 , file3 , file4 " ) ;
	if ( empty($info['numid'])) script_re ( $cartUrl , ' 󸮿¡ ½ÇÆÐÇÏ¿´½À´Ï´Ù. ') ;


	$exe->qry_delete($tblCartStk , " cart_no = '{$numid}' ") ;
	$exe->qry_delete($tblCartsize , " cart_no = '{$numid}' ") ;
	$exe->qry_delete($tblCartpos , " cart_no = '{$numid}' ") ;

	for ( $i = 1 ; $i <= 4 ; $i++ ) {
		if ( !empty($info['file' . $i])) file_delete( 'files/order/' . $info['file' . $i] ) ;
	}
	$exe->qry_delete($tblCart , " numid = '{$numid}' ") ;

	script_re( $cartUrl ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee