Page is a not externally linkable
- Google
-- Google AdSense
---- Got email off google.. need to remove ads from search, login and


zorafex - 9:39 pm on Mar 22, 2004 (gmt 0)


Here is how my site is layed out somewhat, and how I do this:

Lets look at my login page:

login.php:
<?
$googlead = "off";
include('header.php');?

content here....
content here....
content here....

<? include('footer.php');?>

Now lets take a look at my header.php:
content here....
content here....
<?php if($googlead!= "off") {
display google ad
}
?>

That's how I do it, somewhat.. and it works great.


Thread source:: http://www.webmasterworld.com/google_adsense/2019.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com