证书查询功能在教育培训等行业应用广泛,本文分享采耳培训证书查询功能系统的整套实例,以php+html来实现的。
一、查询页面代码示例如下:
<div class="nav_in"><a href="/"><img src="/static/yzltpl/images/logo.png" alt="" /></a></div> <div class="LisR"> <div class="IndTit">证书查询系统</div> <div class="LisQue"> <form action="/index.php" method="get"> <input type="hidden" name="s" value="chaxun"> <input type="hidden" name="m" value="show"> <div class="LisQueS">*姓名</div> <input type="text" name="realname" id="realname" placeholder="请输入姓名" value="" class="LisQueI" /> <div class="LisQueS">*证书编号</div> <input type="text" name='zsnumber' id='zsnumber' placeholder="请输入证书编号" value="" class="LisQueI" /> <button type="submit" class="LisQueB">查询</button> </form> <div class="cx-tips"><span>提示:</span>姓名和证书编号必须输入才可查询</div> </div> </div>
二、查询结果页面示例如下:
<div class="nav_in"><a href="/"><img src="/static/yzltpl/images/logo.png" alt="" /></a></div> <div class="pc-result" style="padding-bottom: 10px;position: relative;"> <div class="IndTit">证书查询结果</div> <table width="100%" class="pc_table_box" style="position: relative;"> <tbody> <tr> <th>姓名:</th> <td colspan="1">王**</td> <th>性别:</th> <td>女</td> <td rowspan="4" align="center"><img src="/uploadfile/2022/0802/07d0aac19f42f5d.jpg" border="0" width="110"></td> </tr> <tr> <th>培训时间:</th> <td>2022年05月18日</td> <th>籍贯:</th> <td>江西</td> </tr> <tr> <th>培训课程:</th> <td colspan="3">采耳全科、全面护理、无痛刮痧、店面上中营销等高级课程</td> </tr> <tr> <th>证书编号:</th> <td>SJZA1259****</td> <th>证书等级:</th> <td>高级</td> </tr> <tr> <th>发证日期:</th> <td>2022年05月20日</td> <th>发证单位:</th> <td colspan="2">****培训商学院</td> </tr> </tbody> </table> <img src="/static/yzltpl/images/yinzhang.png" style="position:absolute;width:120px;height:120px;right:150px;bottom:30px;"> </div>
您已成功复制微信号
leishi010
打开微信添加好友?
确定