php 提交表单技能

WBOY
Release: 2016-06-13 11:43:22
Original
772 people have browsed it

php 提交表单技巧







php 服务端代码

$arrstr=array();
foreach($_POST['inquiry'] as $key=>$value){
     //mysql
     arrstr[key] = $value;
}

$s = '';
function(div){
    s+='keywords[]='+$(div).val()+'&';}
);

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