Problems inserting via mysqli to db
I have a big form that needs submitting. There are 2 parts to this question.
1. How can I add the equivalent of this --- or die(mysqli_error($db)) --- to the execute method used with the webassist code in order to display errors with running the query?
2. Some of my fields begin with a number, seeing as there are various sections with the same questions, so for example :
2-income-order
2-income-comments
etc.
Is this a problem with mysql tables?
Thanks very much,
George