Hello every old member , i'm just adsense newbie user , i just wanna know , can i use php include function to insert adsense into template blog's systems .. it right to do it ? or wrong adsense policy ? thank you very much
IF you are using php just to insert the javascript generated by Google, it should be ok. You aren't changing the generated code which is basically where any TOS violation will happen. I am assuming you are echoing each line from the Google Adsense javascript code in your php include.
It is fine as long as you place all the code and always include that page on a page with content. Paste nothing but the google code on a blank page and save it as adsense.php or any name you choose and then include adsense.php where you want the ads to appear.