Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add a new field in products table in database thru MySQL


Guest

Recommended Posts

Posted

Can anyone tell me what this is ( Add a new field in products table in database thru MySQL) and where or how i do it as im not that sharp with php and just finding my way round the files.

Posted

You should use PHPMyAdmin for this. If it is not provided by your host, you may be able to install it yourself.

Posted
Can anyone tell me what this is ( Add a new field in products table in database thru MySQL) and where or how i do it as im not that sharp with php and just finding my way round the files.

 

 

Well you need to have admin access and there you can write some thing like

alter table add field xxx and that will be added.

 

else the other way is to write a php script that connects to data base and has a statement that will alter the table as needed.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

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

×
×
  • Create New...