Multiple comment forms on a single page

You can use output buffering to achieve this effect:

function get_comments_form() {
    ob_start();
    comments_form();
    $commentsform = ob_get_contents();
    ob_end_clean();
    return $commentsform;
}

$commentsform = get_comments_form();

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)