表单提交,下载php [英] Form submit, downloads php

查看:118
本文介绍了表单提交,下载php的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我提交此表单时,它会下载它所引用的php脚本.代码中有问题吗? HTML:

WHen I submit this form it downloads the php script that it refers to. Is it porblem in the code? HTML:

  <form action="control.php" method="post" id="target">
        <input id="pass" value="You shall not pass!" name="pass" />
        <input type="submit" style="display:none;"/>
    </form>

control.php:

control.php:

<?php
$pass=$_POST["pass"];
?>

推荐答案

您的服务器听起来好像没有配置为正确提供PHP文件.

Your server sounds like it isn't configured to serve PHP files properly.

这篇关于表单提交,下载php的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆