Bağlantılar Konum Değiştir (href = '...')

0 Cevap php

Ben aşağıdaki gibi bir sayfa (çapa etiketi) bağlantı konumunu değiştirmek istiyorum.

Örnek Girdi:

text text text <a href='http://test1.com/'> click </a> text text
other text <a class='links' href="gallery.html" title='Look at the gallery'> Gallery</a>
more text

Örnek Çıktı

text text text <a href='http://example.com/p.php?q=http://test1.com/'> click </a> text text
other text <a class='links' href="http://example.com/p.php?q=gallery.html" title='Look at the gallery'> Gallery</a>
more text

Ben bunu açıkça yapmak umuyoruz. Her neyse, PHP ve Tescil-ex ile bunu yapmak için çalışıyorum. Sağ bana yanar misiniz.

Thank you Sadi

0 Cevap