首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

ecshop 剔除收货人信息同时删除cookie中的,联动效果

2013-01-27 
ecshop 删除收货人信息同时删除cookie中的,联动效果elseif ($_REQUEST[step] drop_consignee){/*--

ecshop 删除收货人信息同时删除cookie中的,联动效果
elseif ($_REQUEST['step'] == 'drop_consignee'){ /*------------------------------------------------------ */ //-- 删除收货人信息 /*------------------------------------------------------ */ include_once('includes/lib_transaction.php'); $consignee_id = intval($_GET['id']); if (drop_consignee($consignee_id)) {//同时删除cookie中的收货人地址$consignee ;//= new array(};$_SESSION['flow_consignee'] = stripslashes_deep($consignee); ecs_header("Location: flow.php?step=consignee\n"); exit; } else { show_message($_LANG['not_fount_consignee']); }}

?

热点排行