⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 profile_orderdownload.php

📁 用PHP和MSSQL开发的sspace商城系统
💻 PHP
字号:
<?php
	/*
	+-------------------------------------------
	|
	|   Technology of Wane netware
	|   ========================================
	|   Powered by wan-e.net inc 
	|   (c) 2004 wane.net Power Services
	|   http://www.wan-e.net
	|   ========================================
	|   Web: http://www.wan-e.net
	|
	+-------------------------------------------
	|   Autohr	:	wsfuyibing
	+-------------------------------------------
	*/
	header("Content-type: application/msword");	
	header("Content-disposition: filename=order_$wane_uid$order_extent");	
	require $wane_root.'globals/class_code.php';
	$page_count	=	array(
		"$num_order",
		"{$tablepre}orders o 
		left join {$tablepre}storeinfo s ON (s.uid=o.uids)
		left join {$tablepre}sendout ss ON (o.sendoutway=ss.id)",
		"index.php?action=memcp&type=order",
		" where o.uid='$wane_uid'",
		"o.*,s.uid as suid,s.storename,ss.id as ssid,ss.title as sstitle,ss.spend as ssspend"
	);
	$query=$db->query("select $page_count[4] from $page_count[1] $page_count[3] order by o.addtime desc,o.uids");
	$keeporder = '';
?>	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -