<?php
echo nl2br(htmlentities(file_get_contents( "filename.php" ))); // get the contents, and echo it out.
?>