// Change the variable below to "no" if you do not wish to write
// the data to a text log
$logging="yes";
// Enter the website administrators email address here
$adminaddress = "you@yoursite.com";
// Enter the company name or site name here
$sitename = "ActiveHistory";
// Enter the address of your website here
$siteaddress ="http://www.activehistory.co.uk";
?>
$referer = getenv("HTTP_REFERER");
//print "
$referer
";
?>
Do you know someone who might be interested in classtools? If so, please fill
in their details below.
} ELSEIF ($action="Send") {
if ($femail=="" || $yname=="" || $yemail=="") {
print "Please use your back button and complete all of the required form fields, then resubmit.
";
} else {
mail("$femail","$yname Recommending classtools.Net","$fname,\n$message\n\n$yname","FROM:$yemail");
$filename="url-log.txt";
$fl=fopen($filename,"a+");
fwrite($fl,"From $yname ($yemail) to $fname ($femail): $message\n\n");
fclose($fl);
?>
}
}
include("footer.htm");
?>