php表单提交的问题

<formaction="xxx.php"name="form1"><table><tr><td><inputtype="text"name="card"value=""... <form action="xxx.php" name="form1" >
<table><tr >
<td><input type="text" name="card" value="" style="width: 300px"> </td>

<td><input type="text" name="cardpwd" value="" style="width: 300px"></td>
</tr>
</table>
<input type="submit" name="Submit" value="开始" />
</form>
假如有100行也就是100个tr 我点提交的时候
在xxx.php 要怎么样处理 才能批量添加进去 这个循环怎么写速度快又好?暂时没分了。。。大神
展开
 我来答
汤贵祥
2013-06-07 · 超过34用户采纳过TA的回答
知道答主
回答量:186
采纳率:0%
帮助的人:93.4万
展开全部
用表单数组,接收到之后foreach循环加入数据库中很快的!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友fa7d405
2013-06-07 · TA获得超过549个赞
知道小有建树答主
回答量:1044
采纳率:100%
帮助的人:280万
展开全部
name="card[]"
xxx.php:$card= $_REQUEST['card']
追问
你的意思是  name="card[]" 它会把name="card"的集成为一个数组,然后还能把值全部带过去?
追答

是的

<table><br>  
    <tr><br>  
        <td><input type="checkbox" name="how_hear[]" id="how_hear1" value="Website" ></td><br>  
        <td style="padding-left:3px"><label for="how_hear1">Website</label></td><br>  
    </tr><br>  
    <tr><br>  
        <td><input type="checkbox" name="how_hear[]" id="how_hear2" value="TV Commercial" /></td><br>  
        <td style="padding-left:3px"><label for="how_hear2">TV Commercial</label></td><br>  
    </tr><br>  
    <tr><br>  
        <td><input type="checkbox" name="how_hear[]" id="how_hear3" value="Magazine Ad" /></td><br>  
        <td style="padding-left:3px"><label for="how_hear3">Magazine Ad</label></td><br>  
    </tr><br>  
</table><br>  
"[]"表示这个变量是一个数组,如果是PHP的话,可以这样获得这个数组$_POST['how_hear']。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式