I tryied to put adsence for contet ad code to lavalair script. But failed.
Here what i've done
$google= ' <script type="text/javascript"><!--
google_ad_client = "pub-089654**********";
/* 120x120, created 5/21/11 */
google_ad_slot = "761*******";
google_ad_width = 120;
google_ad_height = 120;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>';
echo "$google";
is there anything wrong?
Added after 6 minutes:
Also tryied in this way
in a .php page
<html><script type="text/
javascript"><!--
google_ad_client =
"pub-089654**********";
/* 120x120, created 5/21/11 */
google_ad_slot = "761*******";
google_ad_width = 120;
google_ad_height = 120;
//-->
</script>
<script type="text/javascript"
src="http://
pagead2.googlesyndication.com/
pagead/show_ads.js">
</script></html>
include'.php';
Here what i've done
$google= ' <script type="text/javascript"><!--
google_ad_client = "pub-089654**********";
/* 120x120, created 5/21/11 */
google_ad_slot = "761*******";
google_ad_width = 120;
google_ad_height = 120;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>';
echo "$google";
is there anything wrong?
Added after 6 minutes:
Also tryied in this way
in a .php page
<html><script type="text/
javascript"><!--
google_ad_client =
"pub-089654**********";
/* 120x120, created 5/21/11 */
google_ad_slot = "761*******";
google_ad_width = 120;
google_ad_height = 120;
//-->
</script>
<script type="text/javascript"
src="http://
pagead2.googlesyndication.com/
pagead/show_ads.js">
</script></html>
include'.php';
Comment