Files
SeaWeb/content/vardumpGET.php
2022-03-06 17:31:19 -05:00

5 lines
54 B
PHP

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