通达OA官方提供的30源代码,感觉很实在

源代码在线查看: delete.php

软件大小: 1105 K
上传用户: nanbeilisa
关键词: 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

								include_once("inc/auth.php");
				$query="delete from PLAN_TYPE where TYPE_ID='$TYPE_ID'";
				exequery($connection,$query);
				
				header("location: index.php");
				?>
							

相关资源