Home >Backend Development >PHP Tutorial >页面$_POST接受不到post的数据,而用get提交,$_GET却能接受到数据

页面$_POST接受不到post的数据,而用get提交,$_GET却能接受到数据

WBOY
WBOYOriginal
2016-06-20 12:39:56923browse

html:
nbsp;html>


    
    myform


    

        

        

        
    




php:
nbsp;html>

    
        
        transform
    
    

if(isset($_GET['hoby'])){
    echo $_GET['hoby'];
}
?>
    


这是我随便编写的代码, 用get方法提交的,然后php这段用$_GET能接受到数据,
但一旦提交方法改为post,用$_POST就接收不到任何数据!


回复讨论(解决方案)

怎么又来了一个这样的问题?
前面那个朋友说是因为用phpstorm启动的网页,不是用的apache,改成apache的端口打开网页就好了。
http://bbs.csdn.net/topics/391891275
你不会也是这样吧?

不好意思,请问一下如何用apache端口打开网页啊?

输入你的服务器的地址,一般都是127.0.0.1。

我还是有点不明白,假如我是用phpstrom打开的网页,地址是http://localhost:63342/htdocs/form/myform.html。
那我用apache打开要输入什么,还是说,还要配置

我还是有点不明白,假如我是用phpstrom打开的网页,地址是http://localhost:63342/htdocs/form/myform.html。
那我用apache打开要输入什么,还是说,还要配置


apache一般端口是80,可以省略掉。

没有贴出你的post的代码,看不出来端倪。

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