* adding simple PHP file to test php support on the server.
[mdictionary] / test.php
diff --git a/test.php b/test.php
new file mode 100644 (file)
index 0000000..0d18a7b
--- /dev/null
+++ b/test.php
@@ -0,0 +1,11 @@
+<HTML>
+<HEAD>
+<TITLE> Hello World in PHP </TITLE>
+</HEAD>
+<BODY>
+<?
+// Hello world in PHP
+ print("Hello World");
+?>
+</BODY>
+</HTML>
\ No newline at end of file