Please help.. new to php and to this form. i loaded the same directory to the server, create the form with database name, changed the permission to 777. i tested the form then when i hit submit, it gave me this Internal Server Error message.
don't know if this has been posted. didn;t see the same message.
thank you for your help.. really appreciated.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd try using 755 permission on the form you generated. The only time something needs to be 777 is if the script has to write to that file, and most hosts won't allow you to run scripts with global write permissions. You can create them and change them when you have 777 permissions, but when you use the script, it should probably be given a less risky chmod setting.
Just my two cents.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Please help.. new to php and to this form. i loaded the same directory to the server, create the form with database name, changed the permission to 777. i tested the form then when i hit submit, it gave me this Internal Server Error message.
don't know if this has been posted. didn;t see the same message.
thank you for your help.. really appreciated.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I am getting the same Error. But no one seems to help!!
I'd try using 755 permission on the form you generated. The only time something needs to be 777 is if the script has to write to that file, and most hosts won't allow you to run scripts with global write permissions. You can create them and change them when you have 777 permissions, but when you use the script, it should probably be given a less risky chmod setting.
Just my two cents.