drupal - Manually insert values into content type table -


I want to insert a record with some additional data that are not in the node table, similar to the record type forums I have a forum They have created those fields using the content type for If using node_save () nid_save () vid and nid, inserting values ​​into node table is automatically entered as default

< Div class = "post-text" itemprop = "text">

You really do not want to include your own values ​​on those fields, which are automatic increments. Node_save () should work for you.

Comments