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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -