Melhor Posted May 3, 2011 Share Posted May 3, 2011 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 More sharing options...
CarlosCC Posted May 4, 2011 Share Posted May 4, 2011 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 More sharing options...
Melhor Posted May 5, 2011 Author Share Posted May 5, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.