I just figured out how i can add my adsense into my php site!! =) what i did was:
1. get the code they gave me from adsense
2. open up a new php file and paste that whole code into it and save it as Adsense.php
3. upload the Adsense into the directoy of my includes folder
4. go into every index of any module i use and enter in "include("includes/adsense.php"

;" under the line that says "include("header.php"

;"
5. checked out every module in my site to see my wonderful adsense displayed on the top part of the page right under the header, =) perfectand i think it works best with the size 468X60, well at least for me it didhopes this helps others for thoughs that mightve been in my situation!