dongyuli4538 2013-05-10 19:47
浏览 435
已采纳

从PHP页面或PHP页面发布时出现错误324(net :: ERR_EMPTY_RESPONSE)

This morning we found an issue with many of the pages on our website when trying to submit a form. If the form is on a PHP page, or submitting to a PHP page, we would receive an error "Error 324 (net::ERR_EMPTY_RESPONSE)".

I have two examples. One an HTML page submitting to itself, another a PHP page submitting to itself.

http://fun2dip.com/query.html http://fun2dip.com/query.php

The HTML page submits without problem, the PHP page receives the above error. The pages are identical other than their extension. There is no PHP code on either page.

If I change the FORM method to GET, both forms work.

Our host is GoDaddy. We have tried troubleshooting the problem with them. They tell us it is a coding or scripting problem, and that everything on their end is fine. They can't help us anymore with the issue unless we can describe the exact problem, which we obviously can't because we have no idea what it is.

Any help is appreciated.

Below is the PHP version of the form.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>

<body>

    <form action="" method="POST">
        <table border="0" cellpadding="2" cellspacing="0">
            <tr>
                <td align="right" class="str">Name: </td>
                <td><input type="text" name="Name" size="30"></td>
            </tr>
            <tr>
                <td align="right" class="str">E-mail: </td>
                <td><input type="text" name="Email" size="30"></td>
            </tr>
            <tr>
                <td align="right" colspan="2"> &nbsp; </td>
            </tr>
            <tr>
                <td align="center" colspan="2"><input type="submit" value="Submit"></td>
            </tr>
        </table>

        </form>


</body>
</html>
  • 写回答

1条回答 默认 最新

  • dtrn74832 2014-01-06 20:46
    关注

    After spending a few days on this and pulling out a lot of hair, I eventually was able to get a hold of a tech at GoDaddy who found that the issue was caused by something on their side. They never explained exactly what, and it took a few more days for them to fix. We have since moved the website off of GoDaddy.

    Ultimately there was nothing wrong with our code. The issue was on GoDaddy's end.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog