From 8877c80d25e45bc2cffff7ac7f51b7dc837102c2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 17 Jan 2015 16:01:20 -0500 Subject: [PATCH] new file: server/staging/lp15/php-test.php --- server/staging/lp15/php-test.php | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 server/staging/lp15/php-test.php diff --git a/server/staging/lp15/php-test.php b/server/staging/lp15/php-test.php new file mode 100644 index 00000000..8cec7379 --- /dev/null +++ b/server/staging/lp15/php-test.php @@ -0,0 +1,52 @@ +' ; +foreach ($indicesServer as $arg) { + if (isset($_SERVER[$arg])) { + echo ''.$arg.'' . $_SERVER[$arg] . '' ; + } + else { + echo ''.$arg.'-' ; + } +} +echo '' ; -- 2.25.1