通达OA的PDA部分源代码

源代码在线查看: delete.php

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

相关代码

								
				  include_once '../auth.php';
				  $query = '' . 'delete from SMS where SMS_ID=' . $SMS_ID;
				  exequery ($connection, $query);
				  header ('' . 'location: index.php?P=' . $P);
				?>
							

相关资源