Page 1 of 1

Adding columns to MySQL tables using PHP

Posted: Sun Feb 09, 2003 12:41 am
by Jim
How does one add a new column to a MySQL table using PHP?

Graci!

Posted: Sun Feb 09, 2003 6:58 am
by patrikG
http://www.php.net/manual/en/ref.mysql.php

SQL-Query: "ALTER TABLE `tablename` ADD `column` column-properties "