What are the essential calls that are needed to be made to the database(MySQL) if you want to dynamically add content to the flexinode part of the database including just a title and content no other parameters.

I’m thinking of using some php script to fetch html from another web site and place it in a flexinode. The data should act as if the content was entered in by handed.

Any ideas of a starting point.

Comments

sofiya’s picture

Drupal has a database abstraction layer which serves as a database_calls_wrapper. You can find the API refence here.