泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。

源代码在线查看: delete.php

软件大小: 42383 K
上传用户: cnnotes
关键词: 5.5 E-office 协同办公
下载地址: 免注册下载 普通下载 VIP

相关代码

								
				include_once( "inc/auth.php" );
				include_once( "inc/conn.php" );
				include_once( "inc/utility_all.php" );
				ob_start( );
				$connection = openconnection( );
				$query = "delete from PICTURE where PIC_ID={$PIC_ID}";
				exequery( $connection, $query );
				header( "location: index.php" );
				echo "\r\n\r\n\r\n";
				?>
							

相关资源