TAG | push content with drupal services
Dec/09
18
Sync Drupal Content Using Services and xmlrpc()
11 Comments | Posted by Kevin Quillen in Drupal Development, drupal modules, How To's, Tech Stuff, Web 2.0, Web Applications
Have you ever wondered how to push custom content from one Drupal site to another Drupal site? There are a handful of ways to do this. One way would be to create an external database connection, talk to it, and update the data in our database through raw PHP. But that’s not really good, not [...]
