Hi John,
Normally, this is inserted in the html portion of a php script. ie, the areas that
aren't enclosed in php tags. But, if your entire page is enclosed in a php tag,
you should use an include to insert the Adsense code.
For example,
Copy/paste the Adsense code into a file and call it adsense.php and upload
this file to your server.
Then, locate where you want to put the Adsense in your php script and put
the following line,
PHP Code:
include("adsense.php");
EDIT -
Dude, you already have a previous thread pertaining to this. It's not cool to start another.
Colbyt gave you the same answer. 
__________________
Get your facts first, and then you can distort them as much as you please. - Mark Twain
Please login or register to view this content. Registration is FREE --- Please login or register to view this content. Registration is FREE
All My Sites Are Proudly Hosted @ Please login or register to view this content. Registration is FREE
Last edited by Moxxnixx; 12-02-2007 at 03:07 PM..
|