Page is a not externally linkable
zorafex - 9:39 pm on Mar 22, 2004 (gmt 0)
Lets look at my login page: login.php: content here.... <? include('footer.php');?> Now lets take a look at my header.php: That's how I do it, somewhat.. and it works great.
Here is how my site is layed out somewhat, and how I do this:
<?
$googlead = "off";
include('header.php');?
content here....
content here....
content here....
content here....
<?php if($googlead!= "off") {
display google ad
}
?>