1 2 3 4 5 6 7 8 9 10
<?php header("Content-Type: text/plain"); var_dump($_SERVER); var_dump($_GET); var_dump($_POST); var_dump($_COOKIE); die();