如何使用php提交到数据库

如何使用php提交到数据库

本文介绍了如何使用php提交到数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<html>
<body>
 Name
<input type="text" name="name"><br>

 <input type="checkbox" name="chk" <label>Sony</label><br/>
 <input type="checkbox" name="chk" <label>Samsung</label><br/>
 <input type="checkbox" name="chk" <label>Nokia</label><br/>
 <input type="checkbox" name="chk"  <label>Lg</label><br/>
 
 <input type="submit" name="submit" Value="submit">
 </form> 
</body>
</html>

推荐答案


<?php  <br mode="hold" /?>if(isset(



这篇关于如何使用php提交到数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 05:21