Home  >  Article  >  Backend Development  >  php?表单

php?表单

WBOY
WBOYOriginal
2016-06-23 13:22:45797browse

分页出来后每条数据都有一个表单
当用户填写完数据后,提交表单
循环出来后,表单用的属性都是一样的,导致只有第一个表单可以提交成功
表单这一块要怎么处理

<form  action="xx.pp" method="post"  id="tips_form" ><input type="text" name="names" id="name" maxlength="20"/></form>




回复讨论(解决方案)

每个表单要单独提交

每个表单要单独提交





这些id要怎么命名

id 是给 js 用的,不会传递到 php
 

id 是给 js 用的,不会传递到 php
 



Ajax提交表单时用到

善用 ajax 的 serialize 方法

每个表单的name都加上循环的编号

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn