Codice PHP:
ob_start();
include(
"tuapagina.php");
$output=ob_get_contents();
ob_end_clean();

echo 
$output