çift tırnak hatası var.

echo '
        <div class="progress" style="height:20px; border-radius: 0px;">
          <div class="progress-bar bg-success" role="progressbar" style="background-color: green; width: <?php echo floor($begen_yuzde) ?>%; " aria-valuenow="<?php echo floor($begen_yuzde) ?>" aria-valuemin="0" aria-valuemax="100">%<?php echo floor($begen_yuzde) ?> Beğenen</div>
          <div class="progress-bar bg-warning" role="progressbar" style="width: <?php echo floor($belirsiz_yuzde) ?>%; " aria-valuenow="<?php echo floor($belirsiz_yuzde) ?>" aria-valuemin="0" aria-valuemax="100">%<?php echo floor($belirsiz_yuzde) ?> Belirsiz</div>
          <div class="progress-bar bg-danger" role="progressbar" style="background-color: red; width: <?php echo floor($kotu_yuzde) ?>%; " aria-valuenow="<?php echo floor($kotu_yuzde) ?>" aria-valuemin="0" aria-valuemax="100">%<?php echo floor($kotu_yuzde) ?> Kötü</div>
        </div>
'; 
    }