Debugging

Client TCP/IP Information

  • IP Address —
  • Host Name —
  • Port —

HTTP Headers

    foreach ($_SERVER as $key => $value)
    {
    if (strpos($key, ‘HTTP_’) !== 0)
    {
    continue;
    }

    ?>

  • }
    ?>

Server Information

    foreach ($_SERVER as $key => $value)
    {
    if (strpos($key, 'SERVER_') !== 0)
    {
    continue;
    }

    ?>

  • --
  • }
    ?>

//print_r ($_ENV);
//print_r ($_SERVER);
//print_r($_GET);
?>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>