Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
 
(47 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<source lang="php">
+
<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>
<?php
+
    v = "string";    // sample initialization
+
?>
+
html text
+
<?
+
    echo v;        // end of php code
+
?>
+
</source>
+

Latest revision as of 00:11, 9 January 2009

<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>