* adding simple PHP file to test php support on the server.
authorstranger <dariusz.wiechecki@gmail.com>
Fri, 9 Nov 2007 09:05:11 +0000 (09:05 +0000)
committerstranger <dariusz.wiechecki@gmail.com>
Fri, 9 Nov 2007 09:05:11 +0000 (09:05 +0000)
git-svn-id: file:///svnroot/mdictionary/www@193 5bde0345-f819-0410-ac75-e5045f9217cc

test.php [new file with mode: 0644]

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