okay, it's not so nice to use a comma in a field name (e.g. "prod,type"), but if you do, and you create a DB table for the form, then in the table two columns (prod and type) are being generated. Populating the table gives an error.
I know that mysql does not accept a comma in a column name.
Suggestion: present a warning or error message after pressing the "create table" button, when a field containing a comma exists.
Cheers.
I know that mysql does not accept a comma in a column name.
Suggestion: present a warning or error message after pressing the "create table" button, when a field containing a comma exists.
Cheers.