What that means is that information was already sent to the browser. You probably have a space before the opening PHP tag.
Try replacing the top part of your code with this:
<?php
include("http://www.69kilobytes.co.uk/header.php");
include_once("common.php");
include ('connect.php');