delete.php
来自「通达OA视频源代码 1.下载通达OA2008,安装好. 2.复制webroo」· PHP 代码 · 共 14 行
PHP
14 行
<?
include_once("inc/auth.php");
include_once("inc/utility_sms1.php");
$query = "SELECT * from SMS,SMS_BODY where SMS.BODY_ID=SMS_BODY.BODY_ID and SMS_ID='$SMS_ID'";
$cursor= exequery($connection,$query);
if($ROW=mysql_fetch_array($cursor))
$REMIND_URL=$ROW["REMIND_URL"];
delete_remind_sms(0, $LOGIN_USER_ID, "", "", $REMIND_URL);
header("location: index.php");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?