Thread
:
Adding a column to a table
View Single Post
#
2
(
permalink
)
Feb 2nd, 2008, 21:21
Marc
Moderator
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Re: Adding a column to a table
Yeah... here is some code:
Code:
Select all
mysql_query("ALTER TABLE `articles` ADD `column` VARCHAR(255) NOT NULL;")
Marc
View Public Profile
Visit Marc's homepage!
Find all posts by Marc