Tests: PHP test with getting variable before the script is loaded.

This commit is contained in:
Andrei Zeliankou
2021-05-07 16:55:42 +01:00
parent b0e32bc015
commit b9e8d8073c
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
<?php
echo $_SERVER['REQUEST_METHOD'];
echo $_SERVER['HTTP_HOST'];
?>