Thread: Ads Issue
View Single Post
  #6  
Old 04-04-2009, 11:58 AM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 18,276
BMR777 is on a distinguished road
Default RE: Ads Issue

Try This:

Code:
<script type=\"text/javascript\"><!--
google_ad_client = \"pub-9937811682735223\";
/* 120x240, created 4/4/09 */
google_ad_slot = \"1398716991\";
google_ad_width = 120;
google_ad_height = 240;
//-->
</script>
<script type=\"text/javascript\"
src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
</script>
Sometimes the PHP doesn't like quotes so escaping them with backslashes \ should help. :)
Reply With Quote