Source for index.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 include 'head.php'?>
<title>ben's machinery</title>
</head>
<body>
<?php include 'title.php'?>
<h2>Welcome to my web presence</h2>
<p class="box">Hi, my name is Ben Millwood, if you come from the internet you will probably know me as benmachine. I'm British and 17 years old, and I enjoy maths and computing. 
I wrote this website myself, in PHP, XHTML, CSS, and (wherever I couldn't avoid it) JavaScript. It is designed to be compliant with the standards laid down by the W3C (note the icons at the bottom of each page), but I don't always check after every update, so if I've missed one, please contact me up at that link along the top.<br/>
This site is usually tested on Firefox, but every now and then I check over it in Opera and Safari too. For the most part, it should look okay in those three browsers. Internet Explorer, however, is a train wreck of a browser and I have to engage in some amount of hackery to get it to even load the pages. I do not own a copy and therefore do not know or care what it does to my CSS.<br/>
If you use a browser other than the ones listed above and you spot what you think is a problem with the way the style renders, tell me and I'll see if I can extend my testing to that platform.<br/>
<br/>
This website is where I keep my stuff suitable for public display. Along the top, you may see three links to the primary categories of work.<br/>
Just for you guys, I did a nice <a href="comments.php">comment box!</a></p>
<?php include 'footer.php' ?>
</body>
</html>

View source for: