I've been looking for an answer for a while..

I've created a php script, that needs to add several new pages (nodes) to my drupal site. I've not been able to find an API or a function or something to add a new node to the database... I would like to avoid doing this manually.

thanks

Comments

knugar’s picture

Here you can find info on how to create nodes from PHP:

behemothh’s picture

thanks a lot !!!