Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

code


diana117

Recommended Posts

Posted

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 ;

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...