Guest Posted March 8, 2006 Posted March 8, 2006 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.
Avec Posted March 8, 2006 Posted March 8, 2006 You should use PHPMyAdmin for this. If it is not provided by your host, you may be able to install it yourself.
satish Posted March 8, 2006 Posted March 8, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.