pella logo
Temperatur i Norrköping just nu:
Click for Norrköping, Sweden Forecast

Show sourcecode

The following files exists in this folder. Click to view.

public_html/incl/test/

aside.php
default.php
kmom02_pagestyle.php
kmom02_pagestyle.php~
kmom03_create_password.php
kmom03_get.php
kmom03_get.php~
kmom03_getform.php
kmom03_getform.php~
kmom03_postform.php
kmom03_postform.php~
kmom03_server.php
kmom03_session.php
kmom03_sessionchange.php
kmom03_sessiondestroy.php
kmom03_sessioninfo.php
kmom03_validate.php
kmom03_validate.php~

kmom03_get.php~

20 lines UTF-8 Windows (CRLF)
<?php 
include("incl/config.php"); 
$title "Skriv ut innehållet i variabeln \$_GET";
?>


<div id="content">
  <article class="border" style="width:70%;">
    <h1>Visa innehållet i <code>$_GET</code></h1>
    <p>Du anropade sidan med följande querystring:
    <code><?php echo htmlentities ($_SERVER['QUERY_STRING']); ?></code></p>
    <p><code>$_GET</code> innehåller följande:</p>
    <pre><?php print_r($_GET); ?></pre>
    <hr>
  </article>
</div>