Konu
Php Yardım Lazım SSL Yönlendirmesi
29-05-2021, 20:00:42
#4
sameet35
$path = "resim-url-yaziniz";
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents($path);
$resim_adi= 'data:image/' . $type . ';base64,' . base64_encode($data);
echo "<img src='
$resim_adi
'>";
bunu bi dener misin