Hello,
How would you go about transferring data/content from a dev server to a live server?
The only way I know to do it is a full database sql export and then import on the other server. Reason I ask is i often have to develop on a local machine then when finished coding/designing move to the live machine.
Sometimes though there are changes/bugs needed to be sorted out and sometimes the data between both servers gets out of synch.
Cheers
Chris