Adding fields
Posted: Thu Jun 26, 2008 8:12 pm
How do you add fields after a table has been created in php?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ALTER TABLE `your_table_name` ADD `your_new_column` FIELDTYPE;