.php dosyası içinde echo içine Google Adsense Scripti eklemek istiyorum..Bunu nasıl yapabiliriz..
.php içindeki kodlar
Kod: Tümünü seç
<?php
echo "test reklam";
?>
Kod: Tümünü seç
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 125x125, blok üstü */
google_ad_slot = "535345345";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>