Adsense intergration / PHP question

I have the following php before and after my adsense script

Removing the php script after the adsense script allows the script to work but totally messes up my site

any suggestions would be appreciated ~ john

<?php if (pubid):?>
<?php endif;?>

Hi there,

What if you put:[php]<?php if (pubid) { ?>[/php]

and:[php]<?php } ?>[/php]

Instead of the if: endif;

Sponsor our Newsletter | Privacy Policy | Terms of Service