<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have a template.php that is something like this<div><br></div><div>// things</div><div><br></div><div>include header.php</div><div><br></div><div>//other things</div><div><br></div><div>include formatter.php</div><div><br></div><div>//more things</div><div><br></div><div><br></div><div>I have some variables on formatter.php that I want to access from header.php. How can I do it?</div>                                    </div></body>
</html>