Hi, i would like insert php code with adsense to node, but it cannot work. I choosed php filter. It dont help me. i have shutdown other filters. When I save my node the code is broken.
here is the code. Please help me. Thanks
<?php
$foo="<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 468x15, vytvořeno 24.7.09 */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>";
echo $foo;
?>
Read »
$foo="<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 468x15, vytvořeno 24.7.09 */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>";
echo $foo;
?>









