Source for contact.php:

<?php 
ini_set
('include_path'ini_get('include_path') . ':/home/benm/public_html');
include 
'http_header.php'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<?php $f "contact"//basename(__FILE__, ".php"); 
include 'head.php'?>
<title>contact - ben's machinery</title>
</head>
<body>
<?php include 'title.php' ?>
<p>You can get in touch in a number of ways:<br/><br/>
Electronic mail: <a href="mailto:admin@elarned.org">admin@elarned.org</a><br/>
<a href="comments.php">Public comment box</a><br/><br/>
You can also contact me via IRC at virtually any time of day or night, though I won't be able to respond all the time. Look for <strong>benmachine</strong> on <strong>irc.quakenet.org</strong> or <strong>chat.freenode.net.</strong></p>
<?php include 'footer.php' ?>
</body>
</html>

View source for: