Problem with AdSense code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sbridgman1
Forum Newbie
Posts: 1
Joined: Sun Nov 30, 2008 9:49 am

Problem with AdSense code

Post by sbridgman1 »

Hello,

I am very new to php and trying to write a script myself. I am trying to write the part of the script where my AdSense code would show up in my website - but for some reason a couple of the ads are not showing up at all. I looked at the script a 1,000 times, however again I am new and might be missing something so easy.

The one part I am having a problem is below. Can anyone help me out on this?

<table width="100%" bgcolor="#<?php echo $headercolor ; ?>">
<tr><td width="755" height="15"><?php include "ads/adsense728x15.inc" ; ?>
</td></tr></table>

Thank you so much,

Stephen
Post Reply