Merhaba,

Kodum aşağıdaki gibi, bu şekilde çoğu host firmasında sorunsuzca işlem yapıyorum fakat bu firmada böyle bir sorun ile karşılaştık.

	echo'
	<label class="label">'.$baslik.' </label>
	<textarea style="display:none; width: 80%; border: none; outline: none; cursor: pointer; margin-top: 9px; margin-left: 11px; color: #287901; font-weight: bold;" name="baslik[]">
	<div class="listing">
	<div id="attachment_6420" style="width: 320px" class="wp-caption alignleft">
	<a href='.$site.'><img src='.$resimurl2.'?&ref=aorhan alt='.$baslik.' width="310" height="225" class="size-medium wp-image-6420" /></a>
	<p class="wp-caption-text">'.$baslik.'</p></div>	

	<h4>'.$baslik.'</h4>
	<p><a title='.$baslik.' href='.$gdemo1.'>Tee Up</a> is one of the leading choices amongst the golf themes for WordPress. It features a modern, clean, and sophisticated design that will be sure to catch the attention of your visitors.</p>
	<a href='.$site.' class="symple-button default blue  symple-all" target="_blank" title="Visit Site" rel="nofollow"><span class="symple-button-inner">Details/Download</span></a>
	<a href='.$gdemo1.' class="symple-button default blue  symple-all" target="_blank" title="Visit Site" rel="nofollow"><span class="symple-button-inner">Preview</span></a>
	</div>
	</textarea> 
	<br/>';
Örnek olarak href kısmında <a href=/temaekle/php/y.php?link=http://themeforest.com/>test </a>
olması gerekirken

<a href=//themeforest.com/> test </a>
yapıyor.

Ayrıca resim URLlerine &amp; ekliyor. vs. bu ne den olur aynı kodu farklı firmalar da sorunsuzca kullanıyorum.

Teşekkürler.