Código PHP:
function princip()
{
echo "
<html>
<head>
<title>Pruebas</title>
</head>
<body>
<?php
include ("archivo.php");
?>
</body>
<html>
";
}
Código PHP:
function princip()
{
echo "
<html>
<head>
<title>Pruebas</title>
</head>
<body>";
<?php
include ("archivo.php");
?>
echo "</body>
<html>
";
}

Un saludo
