well which is the best way of embeding adsense code into php template ? I can do echo 'one line of adsense code<br>'; for all the lines but I want to do it in a better and neat way instead of so many echos. How this can be done ? Thanks
A much easire way is to put your adsense code into a seperate file, and within your php page, simply include "adsense.file" ;