diana117 Posted August 26, 2008 Posted August 26, 2008 HI! Can anyone tell me what this means? // ADD FIELDS TO IMAGES/////////////////////////////// ALTER TABLE `products` ADD `product_image_2` VARCHAR( 64 ) NULL DEFAULT NULL , ADD `product_image_3` VARCHAR( 64 ) NULL DEFAULT NULL , ADD `product_image_4` VARCHAR( 64 ) NULL DEFAULT NULL , ADD `product_image_5` VARCHAR( 64 ) NULL DEFAULT NULL , ADD `product_image_6` VARCHAR( 64 ) NULL DEFAULT NULL ;
Jack_mcs Posted August 26, 2008 Posted August 26, 2008 It is used to make changes to your database. You need to use a program named phpmyadmin, which is most likely in your control panel, and run the file. Search these forums for how to use phpmyadmin and you should find plenty of threads. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.