Show sourcecode
The following files exists in this folder. Click to view.
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
17 lines UTF-8 Windows (CRLF)
<!-- här ska config.php vara included, och sidan ska ha en
titel om sidan ska visas som "självständig" -->
<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>
