Node Comment allows you to create the content type as comment. Instead of having only comment title and body, Node Comment lets you add CCK fields to comment content type.
Normally, if we want to render the default node comment form, you can use the drupal_get_form() function. Continue reading Drupal – Render Node Comment Form