Our adsense shows up on one the sites I admin, www.yourhattiesburg.com But I can't get it to show up in www.animeaddicted.com I tried posting just the script in multiple locations and putting this code in a php file <?php echo' <script type="text/javascript"><!-- google_ad_client = "pub-4132260943500317"; /* 728x90, created 3/14/08 */ google_ad_slot = "4865211649"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> '; ?> Then I used the <?php include 'adsense.php'; ?> and it still doesnt show up, I waited like thirty minutes but nothing, I know googles already crawled my site any suggestions?
I dont see the ad code in your site source code, are you sure that you have included the above code? Try pasting the ad code directly instead of using PHP to echo the code.