php?表单解决办法

WBOY
Release: 2016-06-13 12:27:36
Original
790 people have browsed it

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

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




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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!