[go: up one dir, main page]

Menu

[610280]: / teste.php  Maximize  Restore  History

Download this file

5 lines (5 with data), 59 Bytes

1
2
3
4
5
<?php
var_dump($_SERVER);
echo "<hr/>";
var_dump($_GET);
?>