"Fossies" - the Fresh Open Source Software Archive

Member "ide.php-1.5.3/data/example" (28 Aug 2001, 99 Bytes) of package /linux/www/old/ide.php-1.5.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <HTML>
    2 <BODY BGCOLOR="#FFFFFF">
    3 
    4 <?php
    5 
    6    print "Hello world! (what else?)";
    7 
    8 ?>
    9 
   10 </BODY>
   11 </HTML>