极限网络智能办公系统 - Office Automation 2008 官方100% 源码

源代码在线查看: delete.php

软件大小: 26710 K
上传用户: archimedes88
关键词: Automation Office 2008 100
下载地址: 免注册下载 普通下载 VIP

相关代码

								 
				
				include_once( "inc/auth.php" );
				if ( $ITEM_ID == "" )
				{
					exit( );
				}
				$query = "delete from TRAIN_SURVEY_ITEM where ITEM_ID=".$ITEM_ID;
				exequery( $connection, $query );
				header( "location: index.php?SURVEY_ID=".$SURVEY_ID );
				?>
							

相关资源