The php page is writing out html. So I build the html page as I would write the html page for the client. No need to echo everything.
The php is run inside php tages. So you can have the server do work there. This separates the content/design a bit.
Here is the php include header:
<?php include "p010header.php"; ?>