Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
Line 1: Line 1:
<include src="http://www.ietf.org/rfc/rfc1945" />
+
<include />
  
 
<source lang="php">
 
<source lang="php">

Revision as of 03:05, 3 December 2007

<include />

<source lang="php"> <?php

   v = "string";    // sample initialization

?> html text <?

   echo v;         // end of php code

?> </source>