(Posted this in the MySQL section, but i think the php section might be the proper place)
I have a webshop db where i want to export some things linke order information to another external db on another server etc.
Example of things to move:
Table1
- orderid
- orderdate
Table2
- adress
- shippingmethod
I ONLY want it to export and import things that is not currently there.
How can this be done in a php script?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.