index
:
kartik-net
trunk
Kartik Official Website - Kartik's official website and landing page
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
online
/
session
/
index.php
blob: 0f4ae89a055c37876b5fd97330602bfe7c281b4b (
plain
)
1
2
3
4
5
6
<?php
var_dump
(
$_GET
);
var_dump
(
$_POST
);
var_dump
(
$_SERVER
);
die
();