Home > Backend Development > PHP Tutorial > 动态行追加后的取值有关问题

动态行追加后的取值有关问题

WBOY
Release: 2016-06-13 10:14:59
Original
956 people have browsed it

动态行追加后的取值问题
各位高手,我想把location取得值,插入DB里。
想问的是,除了从text box表示的参数能插入DB,还有别的办法吗?

参考:



  取得参数:


------解决方案--------------------
你的那个 DB 是什么?
从字面理解应该是服务器端的数据库吧

那么 window.location 的值不是从服务器端返回的吗?
为什么不在服务器端直接处理呢?

------解决方案--------------------
具体代码太复杂没法给你写

基本思路可以是
js 动态的创建tr td 和input

然后php可以直接遍历
$_GET
或者$_POST
数组就能取得所有值
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