* updating menu on each page to point to local User Guide and make N800 default scree...
[mdictionary] / test.php
1 <HTML>
2 <HEAD>
3 <TITLE> Hello World in PHP </TITLE>
4 </HEAD>
5 <BODY>
6 <?
7 // Hello world in PHP
8  print("Hello World");
9 ?>
10 </BODY>
11 </HTML>