further php support

This commit is contained in:
BuildTools
2022-03-06 17:31:19 -05:00
parent 140193bbaf
commit ba56d0e471
6 changed files with 152 additions and 23 deletions

4
content/vardumpGET.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
print("Hello World\n");
var_dump($_GET);
?>