php - Copy content from one db to external db -
I have a webshop db
where I get some things in another external db < / Code> Other
Server
etc.
Example of some things to move:
Table 1 - order-order - table 2 - address - shippingmethod
I want to export and import only those things which are not present.
How can this be done in a php script?
Comments
Post a Comment