通达网络办公 - Office Anywhere 2008 增强版100%源码(3.4.081216) 内含 通达OA2008增強版接近完美破解补丁20081216集 及 最新通达OA2008ADV(

源代码在线查看: delete.php

软件大小: 17584 K
上传用户: Rosa_
关键词: 2008 Anywhere 20081216 Office
下载地址: 免注册下载 普通下载 VIP

相关代码

								
				include_once( "inc/auth.php" );
				if ( $DELETE_FLAG != 1 )
				{
					$query = "delete from BOOK_MANAGE where BORROW_ID='".$BORROW_ID."'";
					exequery( $connection, $query );
				}
				else
				{
					$query = "update BOOK_MANAGE set DELETE_FLAG='1' where BORROW_ID='".$BORROW_ID."'";
					exequery( $connection, $query );
					$STATUS = "1";
				}
				header( "location: query.php?STATUS=".$STATUS );
				?>
							

相关资源