php/e07phpinfo.php

<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding"><html>
 <head>
  <title>PHP Test <?php echo __file__?></title>
 </head>
 <body>
 <?php phpinfo()?>
 <h2>Source</h2>
<?php highlight_file( __file__ ) ?>
 </body>
</html> </body>
</html>