add in note
i have to paste 3 time the following code in the html body of a static webpage, instead of having to paste it and have a lot of code, i prefer to only have one line (3 times) that call the writing of the code, like this : <?php getgooglepub(); ?>
Ben> tüm <"olduğu gibi" "" çıkışına kodunuzu biçimlendirmek için sıcak ....'' HMTL sayfanın google analitik kodu veya adsense çıkışına bir php fonksiyonu yapmak ister
Burada çıkış örnek kod:
<script type="text/javascript"><!--
google_ad_client = "pub-0743213818925076";
/* 728x90, date de création 11/02/10 */
google_ad_slot = "9774402576";
google_ad_width = 870;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Yaratıcı cevap rağmen, ben myselft şimdi emin olmak için ... o iş yapmak mümkün beeing bulundu, Not, benim fautl .... i kopyalayıp yapıştırın kodu, emin, sen bayrak sorunu olacak, ben beri hiçbir ipucu! ..
function getgooglepub()
{$google_code = <<<EOT
<script type="text/javascript"><!--
google_ad_client = "pub-0743213818925076";
/* 728x90, date de création 11/02/10 */
google_ad_slot = "9774402576";
google_ad_width = 870;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
EOT;
echo htmlspecialchars($google_code);}
html kodu bundan sonra çağrı var
<?php getgooglepub(); ?>
Bu sayfa kaynak kodu firefox render olduğunu ... abviousely çalışmıyor
<script type="text/javascript"><!--
google_ad_client = "pub-0743213818925076";
/* 728x90, date de création 11/02/10 */
google_ad_slot = "9774402576";
google_ad_width = 870;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
i [veri] etiketi ile ilgili bir yerde okudum? .... belki bunu yapmak için bir yolu var mı?