Home > Backend Development > PHP Tutorial > 批量交付form表单中的数据

批量交付form表单中的数据

WBOY
Release: 2016-06-13 13:23:52
Original
788 people have browsed it

批量提交form表单中的数据

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
Copy after login



test.php中如果根据','来分解aa的值?

------解决方案--------------------
$aa = $_POST['aa'];
$arr = explode(',', $aa);
echo '
';print_r($arr); <div class="clear">
                 
              
              
        
            </div>
Copy after login
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