Originally posted by MrCool
You mean they are not empty?
If that's it then use: empty(string) and a if condition.Or use javascript to check if the form was well filled
Sorry, let me try to carify that.
If I have a table named "table1" with 3 fields (columns) called "column1", "column2", "column3" and the user submits my for form with 4 fields/columns called "column1", "column2", "column3", "column4" how do I check to see if column4 exists in the "table1" and if it does not to add the field/column and then input the data relative to the new field/column.
Does that make more sense? It is hard to explain.
Thanks.