html表单提交数据给php处理,用get方式能调用php文件,而用post方式提交php文件不会执行,而是提示下载
//test.html<html><body><formaction="test.php"method="post"><inputtype=textname=name><...
//test.html
<html>
<body>
<form action="test.php" method="post">
<input type=text name=name>
<input type=submit value=submit>
</form>
</body>
</html>
//test.php
<?php
echo $_POST["name"];
?>
源代码就是这样,然后在静态页面文本框输入东西后点确定会提示下载test.php文件,把上面的post都改成get的话php文件则可以正常执行,返回文本框中输入的内容
环境是在linux下,apache+myql+php。有没有知道这可能是什么原因造成的?? 展开
<html>
<body>
<form action="test.php" method="post">
<input type=text name=name>
<input type=submit value=submit>
</form>
</body>
</html>
//test.php
<?php
echo $_POST["name"];
?>
源代码就是这样,然后在静态页面文本框输入东西后点确定会提示下载test.php文件,把上面的post都改成get的话php文件则可以正常执行,返回文本框中输入的内容
环境是在linux下,apache+myql+php。有没有知道这可能是什么原因造成的?? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询