View Single Post
  #2 (permalink)  
Old Feb 2nd, 2008, 21:21
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
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;")
Reply With Quote