I already have one account here that I depend on:
http://bostontechnicalwriter.x10host.com/
I want to modify it so that I only have to write my navigation bar once, and call it into the index and subpages with the command:
<?php include('navbar.php');?>
I've tried it elsewhere, and it seems...