Adding New Field in Existing Table

wagman67 16 May, 2014
I have a form that is already associated with a table and I already have data, collected via the form, in that table.

I need to add another text field to the form and and have that data stored in the table, as well.

Creating the additional text field in the form was not an issue, but how do I add a field to the existing table to start collecting the additional data?

This may be really simple and I am just over thinking it.

Thanks
GreyHead 16 May, 2014
Hi wagman67,

Using PHPMyAdmin is probably the easiest way. Please see this FAQ for some others.

Bob
wagman67 16 May, 2014
Answer
Well that was easier than I thought it would be.
Just add the appropriate field, via PHPMyAdmin, and presto...works.

Thanks for the pointer.
Great Product!
This topic is locked and no more replies can be posted.