In a PHP page i have a form like
<form name="frm" method="POST" action="<?=$_SERVER['PHP_SELF'];?>">
but whenever i submit the form it gives me error message like
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
My site is on running on following configuration
Server:- Microsoft-IIS/7.0
PHP version:- PHP5.3.0
Please help me to sort out this problem.
Error 500 is an internal server error
so there is a server side issue
you can review the iss / php logs for more details about it