Internal Server Error
Posted
by RPK
on Stack Overflow
See other posts from Stack Overflow
or by RPK
Published on 2010-03-18T15:30:10Z
Indexed on
2010/03/18
16:21 UTC
Read the original article
Hit count: 177
I have a HTML file and a PHP file in the same folder on the remote server. From the URL, I call the HTML file and the HTML file calls the PHP file when form is submitted.
But it is not going correctly. When I submit the Form, it dislays error:
500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.
What is the reason?
Edited:
The source of the PHP file is available [here][1].
The Form tag in the HTML file looks like:
[1]: http://stackoverflow.com/questions/2470088/code-to-send-email-not-workingstrong text
© Stack Overflow or respective owner