I have finally gotten everything working with my phpform on the website. The only problem now is that the info keyed by the user is not posting to the MySQL database. I can manually key that info into the database (since I get an e-mail with the info) but would prefer it to be automatically put into it so I don't make a mistake.
Any suggestions? I am not getting any error messages on the website and cannot get the import data feature to work (ex. key into excel, save in csv and the upload).
TIA for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SQl problems can be difficult to troubleshoot. I suggest that you hack up a process.php file and strip out everything except the SQL stuff populating variables with fixed values. Run the script and add debugging comments when necessary. The other basic thing you can do is open phpMyAdmin and see if the table you expect is present with the fields you think you should be writing to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have finally gotten everything working with my phpform on the website. The only problem now is that the info keyed by the user is not posting to the MySQL database. I can manually key that info into the database (since I get an e-mail with the info) but would prefer it to be automatically put into it so I don't make a mistake.
Any suggestions? I am not getting any error messages on the website and cannot get the import data feature to work (ex. key into excel, save in csv and the upload).
TIA for your help.
SQl problems can be difficult to troubleshoot. I suggest that you hack up a process.php file and strip out everything except the SQL stuff populating variables with fixed values. Run the script and add debugging comments when necessary. The other basic thing you can do is open phpMyAdmin and see if the table you expect is present with the fields you think you should be writing to.