I have added a new text box field to a form and need it to also save to the same DB from now on.
How do I add a field to an existing DB?
How do I add a field to an existing DB?
Hi modernmagic,
I would use PHPMyAdmin to add an extra column with the same name as the new form input. If it is a textarea then make the column Type TEXT.
Bob
I would use PHPMyAdmin to add an extra column with the same name as the new form input. If it is a textarea then make the column Type TEXT.
Bob
thank you, that worked.
I also noticed that the names of the columns for Address and Zip do not match and are not getting recorded.
How to I get these 2 to work again?
I also noticed that the names of the columns for Address and Zip do not match and are not getting recorded.
How to I get these 2 to work again?

I figured it out. Just add those columns to the DB view.
This topic is locked and no more replies can be posted.