Ben, bir resim etiketi içine normal bir bağlantı etiketini dönüştürmek istiyorum
Nasıl bu şu dönüştürmek istiyorsunuz,
<a href="images/first.jpg">This is an image.</a>
<a href="images/second.jpg">This is yet another image.</a>
<a href="images/third.jpg">Another image.</a>
Bu içine php ile,
<img src="dir/images/first.jpg">This is an image.
<img src="dir/images/second.jpg">This is yet another image.
<img src="dir/images/third.jpg">Another image.
Kaynak bağlantıları herhangi bir sayıda olabilir.
Teşekkürler.