迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
前台表单内容查询
我做了个表单,内容为姓名、卡号、金额。
前台要怎么同时搜索姓名和卡号,查询出相对应的一条表单金额记录呀?
<form action=" URL " method="post">
<label><font color="red">*</font>姓名:</label>
<input class="form-control" type="text" name="sname" id="dr_title" value="" style="width:200px;" required="required" />
<label class="control-label col-md-2">卡号:</label>
<input class="form-control" type="text" name="Zsedunum" id="dr_zsbh" value="" style="width:200px;" />
<div style="max-width:615px; margin-top:20px; text-align:center"><input type="submit" value="查询" name="submit" class="educxbut" style="line-height:24px; color:#fff; font-size:16px; margin-right:20px; padding:3px 20px; cursor:pointer;"/></div>
</form> 不应该是要用Form吗?【Amour】1楼
<form action=" URL " method="post">
<label><font color="red">*</font>姓名:</label>
<input class="form-control" type="text" name="sname" id="dr_title" value="" style="width:200px;" required="required" />
<label class="control-label col-md-2">卡号:</label>
<input class="form-control" type="text" name="Zsedunum" id="dr_zsbh" value="" style="width:200px;" />
<div style="max-width:615px; margin-top:20px; text-align:center"><input type="submit" value="查询" name="submit" class="educxbut" style="line-height:24px; color:#fff; font-size:16px; margin-right:20px; padding:3px 20px; cursor:pointer;"/></div>
</form> 不应该是要用Form吗?【Amour】1楼