?? w_del.php
字號:
<?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("DELETE FROM `".$g_db_prefix."words` WHERE u_ID='".$_SESSION["user_id"]."' AND w_ID = '".$_GET["id"]."'");
echo "<script language='javascript'>window.alert('".$_GET["name"]." 的留言已刪除!');self.location='words.php';</script>";
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -