del.php

来自「1.上传所有文件到你的空间。 2.把数据库文件FORUM.sql导入数据库。 」· PHP 代码 · 共 31 行

PHP
31
字号
<link href="template/css.css" rel="stylesheet" type="text/css" />
<?php
require "../articlelib.php";
$total = readnum();
$num_row = 100;
$num_page = ceil($total/$num_row);
if ($total > 0)
{
if (empty($nowpage))
{
$nowpage = 1;
}
readborder_all();
$content = $info_content;
$family = $info_family;
}
?>
<?
$id = intval($_GET['id']);
if(!$id){
echo "没有找到您查询的电影";
}
else
{
$query2=mysql_query("delete from article where id='$id'");
if($query2){
echo "删除成功!<a href=sort.php>返回</a>";
}
}

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?