1

在 PHP 页面中,我有一个类似的表单

<form name="frm" method="POST" action="<?=$_SERVER['PHP_SELF'];?>">

但是每当我提交表单时,它都会给我错误消息,例如

500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

我的网站正在以下配置上运行

服务器:-Microsoft-IIS/7.0

PHP版本:-PHP5.3.0

请帮我解决这个问题。

4

1 回答 1

0

错误 500 是内部服务器错误 ,因此存在服务器端问题

您可以查看 iss / php 日志以获取有关它的更多详细信息

于 2012-08-28T10:06:59.403 回答