php 动态添加记录
前端之家收集整理的这篇文章主要介绍了
php 动态添加记录,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<div class="codetitle"><a style="CURSOR: pointer" data="1726" class="copybut" id="copybut1726" onclick="doCopy('code1726')"> 代码如下:
<div class="codebody" id="code1726">
@H_
301_3@
插入一条新数据 <
Meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<form method="post" name="form1" action="insert.
PHP">
<table align="center">
<tr valign="baseline">
<td nowrap align="right">编号:</td>
<td><input type="text" name="id" value="" size="32"></td>
</tr>
<tr valign="baseline">
<td nowrap align="right">
用户名:</td>
<td><input type="text" name="username" value="" size="32"></td>
</tr>
<tr valign="baseline">
<td nowrap align="right">密码:</td>
<td><input type="text" name="password" value="" size="32"></td>
</tr> <tr valign="baseline">
<input name="Submit" type="submit" value="提交"> <input type="reset" name="Reset" value="重设"></td> </tr> </table>
|