在 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
请帮我解决这个问题。