I generated a form on my local computer, and it inserts into the remote db with no problem.
I uploaded the directory with all files to the web server so my visitors can fill it out, but it does not submit into the db. (Still works from my dev machine, though.)
The thank you page is not showing any values after submit on the web server version, either.
Thanks for any help on this.
-Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds like a path problem. You copied form and process.php file probably includes some local path related stuff that needs to be changed to be strictly relative (platform and server independant).
Let me know if you still need help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I generated a form on my local computer, and it inserts into the remote db with no problem.
I uploaded the directory with all files to the web server so my visitors can fill it out, but it does not submit into the db. (Still works from my dev machine, though.)
The thank you page is not showing any values after submit on the web server version, either.
Thanks for any help on this.
-Chris
Sounds like a path problem. You copied form and process.php file probably includes some local path related stuff that needs to be changed to be strictly relative (platform and server independant).
Let me know if you still need help.