<?php
$resimler = [
'https://www.aselnakliyat.gen.tr/wp-content/uploads/2019/04/ihlas.png',
'https://www.aselnakliyat.gen.tr/wp-content/uploads/2019/04/asel.png',
'https://www.aselnakliyat.gen.tr/wp-content/uploads/2019/04/anadolu.png',
];
shuffle($resimler);
foreach ($resimler as $resim){
if(strpos($resim, "ihlas.png"))
{
$link ="ihlas.com";
}
else if(strpos($resim, "asel.png"))
{
$link ="asel.com";
}
else if(strpos($resim, "anadolu.png"))
{
$link ="anadolu.com";
}
else
{
$link = "#";
}
echo '<a href="'.$link.'"> <img src="'.$resim.'"width="650" height="160"> </a>';
}
?>
Çok teşekkürler hocam oldu resim ekledikçe altın link ekleyerek devam edebiliriz ?