insert content into page content type,
I have created the drupal custom module, this module display the form(title textbox, text message box, one submit button),
user will enter the message and go for submit,
when form is submitted, i want to insert details into my page content type,
how to achieve this functionality,(overall thing is, content should insert into node, node_revision and related tables if it is there).