php表单提交与$_POST实例分析,_post实例分析
本文实例分析了php的表单提交与$_POST。分享给大家供大家参考。具体如下:
这里要注意:表单 checkbox 的 name 需要以数组形式来命名。
表单文件:index.php
复制代码 代码如下:
接收文件:b.php
复制代码 代码如下:
echo "
";<br>
print_r($_POST);<br>
?>
<p>运行效果如下所示:</p>
<p></p>
<p>希望本文所述对大家的php程序设计有所帮助。</p>
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