What are you talking about? If you wanna include PHP in an HTML document try this. This is just an example but...
Code:
<html>
<head>
<title>Test</title>
</head>
<body>
<?php echo "Hello world"; ?>
</body>
</html>
I dunno what you're talking about...include your code in your next post along with comments saying where you want your code.