delete.php
来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 7 行
PHP
7 行
<?
include_once 'inc/auth.php';
$query = (((''.'delete from SMS where SMS_ID=\'').$SMS_ID).'\'');
exequery ($connection, $query);
header ('location: index.php');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?