1 Star 3 Fork 0

毕设研究小组/php毕设图书馆

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pwd_ok.php 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
sjm 提交于 2021-07-04 09:31 . first push
<?php
session_start();
$newpwd=$_POST[pwd];
include("conn.php");
$sql=mysql_query("update tb_manager set pwd='$newpwd' where name='$_SESSION[admin_name]'");
?>
<script language="javascript">alert("口令更改成功!");window.location.href="pwd_Modify.php";</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dearmite/php_big_library.git
git@gitee.com:dearmite/php_big_library.git
dearmite
php_big_library
php毕设图书馆
master

搜索帮助