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

源代码在线查看: delete.php

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

相关代码

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

相关资源