I have created a table in my MySQL database. I have created my fields.
Now lets say I want to add more fields to that table in the future... How would I do that using PHP?
Thanks in Advance...
Joey
By using the ALTER TABLE command:
http://www.mysql.com/doc/A/L/ALTER_TABLE.html