How to Post Javascript to a MySQL Database
- by salientanimal
Hi guys,
I have created a form in HTLM and I m trying to post the information in the form to a MySQL database. My form make suse of a dynamic list selection that needs to be captured to the database. However when submtting the form I get the following error
Error: Unknown column 'coulmn_name' in 'field list'.
Here is my HTML CODE for the form
…