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