selcukcbk adlı üyeden alıntı: mesajı görüntüle
çok teşekkür ederim hocam direk dediğiniz yapıyı chatgpt sordum direk hazırladı ve çalıştı
<?php
$yazi_resim = $blogcek['yazi_resim'];

// Check if the URL starts with "https://"
if (strpos($yazi_resim, 'https://') !== 0) {
// If it doesn't start with "https," add a leading slash "/"
$yazi_resim = '/' . $yazi_resim;
}

// Now, you can use $yazi_resim in your HTML
?>
<img src="<?php echo $yazi_resim ?>" width="48" height="48" class="rounded-circle me-2" alt="dsfsf"> <?php echo $blogcek ['yazi_baslik'] ?>
Rica ederim hocam iyi çalışmalar.