Home  >  Article  >  Backend Development  >  php表单提交与$_POST实例分析_php技巧

php表单提交与$_POST实例分析_php技巧

WBOY
WBOYOriginal
2016-05-16 20:24:38944browse

本文实例分析了php的表单提交与$_POST。分享给大家供大家参考。具体如下:

这里要注意:表单 checkbox 的 name 需要以数组形式来命名。

表单文件:index.php

复制代码 代码如下:

用户名:

密码:

性别:

爱好:唱歌读书电影旅游

家乡:

个人简介:



接收文件:b.php

复制代码 代码如下:
echo "
";<br>
print_r($_POST);<br>
?>

运行效果如下所示:

希望本文所述对大家的php程序设计有所帮助。

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