PHP 在下面这个留言板代码中加入删除按钮,每一个删除按钮删除相对应一行数据,这怎么弄
1个回答
展开全部
看看这样如何,其中response_foo.php为响应页,
可以写到每一行中间
<form action="response_foo.php" ><input type=hidden name=id value=1 /><input type=submit value="删除" /></form>
<form action="response_foo.php" ><input type=hidden name=id value=2 /><input type=submit value="删除" /></form>
<form action="response_foo.php" ><input type=hidden name=id value=3 /><input type=submit value="删除" /></form>
可以写到每一行中间
<form action="response_foo.php" ><input type=hidden name=id value=1 /><input type=submit value="删除" /></form>
<form action="response_foo.php" ><input type=hidden name=id value=2 /><input type=submit value="删除" /></form>
<form action="response_foo.php" ><input type=hidden name=id value=3 /><input type=submit value="删除" /></form>
更多追问追答
追问
不是啊 我想要点一个删除 那一行的数据全部没有
我这个是循环留言板 一行有3个信息 用户名 标题 内容 我想点了删除 这一行全部消失
追答
你不是把数据都放数据库了么?我的意思是点一个删除后,把id(也就是数据的行号)提交到响应页response_foo.php,
然后在这个响应页中执行数据库数据行删除操作..
最后再返回你这个留言打印页就行了....
当然这样做会增加反应时间,最好是在前端用js删除当前行,同时ajax删除数据库数据...
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询