This is weird... After months of successfully using phpFormGenerator, all of a sudden the form data is no longer being inserted into the database. I don't believe I've changed anything recently so I can't imagine what the problem might be.
Any suggestions on how to even start to figure out what went wrong?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, ask your host if anything has been changed regarding access to MySQL.
Second, open your database using something like phpMyadmin to check integrity and username/password information.
Third, verify the servername, username, and password in your process.php file or wherever this information is stored for use by the process.php file.
Last after you have verified all the basic stuff your only option is to start adding debug information to your process.php file.
Based on your description of the issue, your problem should be solved without having to do any programming. It is likely that you have some more basic database issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is weird... After months of successfully using phpFormGenerator, all of a sudden the form data is no longer being inserted into the database. I don't believe I've changed anything recently so I can't imagine what the problem might be.
Any suggestions on how to even start to figure out what went wrong?
Thanks in advance.
I'm using a MySQL database by the way.
First, ask your host if anything has been changed regarding access to MySQL.
Second, open your database using something like phpMyadmin to check integrity and username/password information.
Third, verify the servername, username, and password in your process.php file or wherever this information is stored for use by the process.php file.
Last after you have verified all the basic stuff your only option is to start adding debug information to your process.php file.
Based on your description of the issue, your problem should be solved without having to do any programming. It is likely that you have some more basic database issue.