jussomewebpage

Php code posted
created at 15 Feb 19:22, updated at 15 Feb 19:23

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<? 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"); ?>
710 Bytes in 3 ms with coderay