rewords.php
来自「我不介意你怎么用这个程序」· PHP 代码 · 共 11 行
PHP
11 行
<?php
include("includes/fun_post.php");
include("includes/fun_check.php");
include("includes/fun_data.php");
include("includes/inc_var.php");
DB($g_db_host, $g_db_name, $g_db_user, $g_db_password);
$db = new DBReader;
$db->execute("UPDATE `".$g_db_prefix."words` SET w_re='".h2t($_POST["content"])."' WHERE u_ID='".$_SESSION["user_id"]."' AND w_ID='".$_POST["id"]."'");
echo "<script language='javascript'>window.alert('回复成功!');self.location='words.php';</script>";
exit();
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?