I have a C++ program that generates data that I'd like automagically inserted into the DB as nodes.

I found this: http://www.unibia.com/unibianet/drupal/how-create-drupal-nodes-script on how to create nodes automatically, but that requires php for obvious reasons.

Has anyone done this before, and how did you go about it?

Comments

Letharion’s picture

Letharion’s picture

http://dgtlmoon.com/saving_drupal_cck_node_drupalexecute_is_a_dog_use_no...

Creating the nodes was very simple by calling a php script, but I still don't know how to call that script from my program.