Title / Description
Code <? include("$includes/head.php"); ?> <div class="container"> <div class="bg box eight columns offset-by-two centered"> <h1>Your IP Address is:</h1> <div id="ip"> <? echo $_SERVER['REMOTE_ADDR']; ?> <p>Your Host: <? echo $_SERVER['REMOTE_HOST']."<br />Your Browser's User Agent:<br />".$_SERVER['HTTP_USER_AGENT']; ?></p> <hr /> </div> <p>Generated by a simple <a href="http://php.net/">php</a> function.</p> <? var_dump(headers_list()); ?> </div> </div> <pre> <?php $string=file_get_contents( __FILE__ ); echo highlight_html( $string ); //~ file_syntax_xhtml( __FILE__ ); highlight_string( $string ); ?> </pre> <? include("$includes/foot.php"); ?>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code