Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP Script


Melhor

Recommended Posts

Hi guys & girls,

 

i need a php script that copy the products from several osc databases to 1 database.

Every shop has different productnumbers.

Each shop is an independent shop ! i just want to show all theyr products into ONE shop.

Who can help me to fix this?

 

Thx

Link to comment
Share on other sites

Hi guys & girls,

 

i need a php script that copy the products from several osc databases to 1 database.

Every shop has different productnumbers.

Each shop is an independent shop ! i just want to show all theyr products into ONE shop.

Who can help me to fix this?

 

Thx

 

Use phpMyadmin to export the table in each database (which you want to concatenate) then use the 'insert'-statements to import in the records into the new database in phpMayAdmin/SQL-Command after switching to the new Database.

Link to comment
Share on other sites

thanks Carlos, but i want an automatic synchronization every hour.

Use phpMyadmin to export the table in each database (which you want to concatenate) then use the 'insert'-statements to import in the records into the new database in phpMayAdmin/SQL-Command after switching to the new Database.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...