if (!$con) {
die('Could not connect: ' . mysql_error());
}
mysql_select_db("test", $con);
mysql_query("UPDATE user SET password = '$_POST[password]' WHERE username = '$_POST[username]'");
mysql_close($con);
?
修改一个用户密码update.php
html
head
titleFORM/title
/head
body
br /
h1Insert:/h1
form action="insert.php" method="post"
username:input type="name" name="username"/
br /
password:input type="password" name="password"/
input type="submit" value="https://www.04ip.com/post/submit"/
/form
br /hr /br /
h1Delete/h1
form action="delete.php" method="post"
username:input type="name" name="username" /
br /
Are you sure?input type="submit" value="https://www.04ip.com/post/sure" /
/form
br /hr /br /
h1Update/h1
form action="update.php" method="post"
username:input type="name" name="username"/
br /
You want to change your password into:input type="password" name="password"/
input type="submit" value="https://www.04ip.com/post/submit"/
/form
br /hr /br /
/body
/html
以上三个功能的提交源Operate.html
关于后台修改数据库php代码和php数据库增删改查代码的介绍到此就结束了 , 不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站 。
推荐阅读
- 调色教程直播,直播间怎么调色
- h5和html5什么意思,h5到底是啥
- 游戏厅赛车体验感作文,赛车场体验
- 格斗接吻游戏视频,格斗混剪
- go语言常量变量教学视频 go语言%c
- netef文件,netcdf文件
- dashlinux命令,linux怎么打命令
- 直播营销工具卡片,直播营销工具卡片怎么做
- c语言的函数名实际上是_ c语言函数名可以有数字吗