Home  >  Article  >  Backend Development  >  php?表单解决办法

php?表单解决办法

WBOY
WBOYOriginal
2016-06-13 12:27:36781browse

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

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




------解决思路----------------------
善用 ajax 的 serialize 方法

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