投票方式-Mysql
我想使用两个按钮根据选择增加数据库表中的两个字段。
Field 1: blue Field 2: yellow
例如:
Blue: (3) - Select (+1) - Button 1 (increment the #3) Yellow: (5) - Select (+1) - Button 2 (increment the #5)
这段非常简单的代码在 php 中怎么可能实现?
我已经知道如何建立connection.php..
还有什么?
详细信息:
说数据库名称是投票:有两个字段,蓝色和黄色。人们可以投票选出他们最喜欢的颜色:蓝色或黄色。单击按钮或单选按钮以使用提交或自动更新(更容易)来增加它们的值
I want to use two buttons to increment two fields in a database table according to selection.
Field 1: blue Field 2: yellow
For example:
Blue: (3) - Select (+1) - Button 1 (increment the #3) Yellow: (5) - Select (+1) - Button 2 (increment the #5)
How is this very simple code possible in php?
I already know how to make the connection.php..
what else?
Details:
say database name is voting: there are two fields, blue and yellow. People can vote for their favorite color: blue or yellow. Click a button or radio in order to increment them values, using a submit or autoupdate (which ever easier)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请更具体一点。
be a little more specific please.