1 Star 7 Fork 1

sjm/PHP图书管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
userborrowregdel.php 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
sjm 提交于 2021-07-04 09:31 . first push
<?php
include"conn.php";
$info_del=mysql_query("delete from tb_borrowreg where id=$_GET[id]");
if($info_del){
echo "<script language='javascript'>alert('信息删除成功!');location='userborrowreglist.php';</script> ";
}else{
echo "<script language='javascript'>alert('信息删除失败!');location='userborrowreglist.php';</script> ";
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sjm012/php-library-management-system.git
git@gitee.com:sjm012/php-library-management-system.git
sjm012
php-library-management-system
PHP图书管理系统
master

搜索帮助