<?php /* Self Source Display */ echo "<tt><h2>" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] . "</h2></tt>\n"; echo "\n<table width=100% cellpadding=0 cellspacing=0 border=0><tr><td height=2px bgcolor=#990000></td></tr></table>\n\n"; echo "<pre>\n\n" . htmlentities(file_get_contents($_SERVER['SCRIPT_FILENAME'])) . "\n</pre>"; ?>