Add text to variable

You’ve commented out the line that does this:

//$excerpt = $excerpt + $summarizer_add_html_trust_bulletpoints ;

The only mistake is that you’ve used + instead of ., which is the correct concatenation operator in PHP.

$excerpt = $excerpt . $summarizer_add_html_trust_bulletpoints;

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