is it possible to only make 1 type of script run? say you only want the adsense to run. My site is fully php, and i wanna know if this is possible. Basically a site like Blogger where the only type of javascript that can run is adsense
This is not really a PHP question. The simple answer is that the only active content which runs on a page is that which you put there. If the only javascript on the page is for AdSense then that is the only thing that will run. If there is other javascript, that will also run.
Are you looking to make a revenue sharing script for adsense? Hint: store everyone's pub id in a database, and output the original adsense javascript only one time, substituting the users' publisher id from the database using php.
yea i am. but i wanna make it so they can do it themselves this is possible to allow 1 type of code(adsense) right?