Files
SeaWeb/content/vardumpGET.php
2022-03-08 23:40:21 -05:00

5 lines
54 B
PHP

<?php
print("Hello World\n");
var_dump($_GET);
?>