I generated a form that is supposed to insert the information into an existing database. I filled out the hostname, user, password, database, table and email.
So I downloaded the form folder into htdocs, typed http://localhost/dbform/form.html , inputted the information, then clicked submit. i get this error message:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
What you can try:
Refresh the page.
Go back to the previous page.
More information
This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
For more information about HTTP errors, see Help.
What went wrong? Is there some data I need to manually enter in one or more of the files? What do I need to do to make this work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and also, once i have tested that it works locally, how do i integrate into into an existing live website? a step-by-step would be a great help. thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The message indicates that when you click submit that the link to the processor.php is either broken, the permissions are wrong, or your host does not support PHP.
The form file has java code which must be copied to the integration page. It also has the form contained within <form> and </form> tags. If you copy the java code and the form properly it will work within any other web page. The form colors and field arrangement can be modified to suite your web site.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I generated a form that is supposed to insert the information into an existing database. I filled out the hostname, user, password, database, table and email.
So I downloaded the form folder into htdocs, typed http://localhost/dbform/form.html , inputted the information, then clicked submit. i get this error message:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
What you can try:
Refresh the page.
Go back to the previous page.
More information
This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
For more information about HTTP errors, see Help.
What went wrong? Is there some data I need to manually enter in one or more of the files? What do I need to do to make this work?
and also, once i have tested that it works locally, how do i integrate into into an existing live website? a step-by-step would be a great help. thanks in advance.
The message indicates that when you click submit that the link to the processor.php is either broken, the permissions are wrong, or your host does not support PHP.
The form file has java code which must be copied to the integration page. It also has the form contained within <form> and </form> tags. If you copy the java code and the form properly it will work within any other web page. The form colors and field arrangement can be modified to suite your web site.