Shell scripts

From GeodesyLab
Revision as of 02:58, 3 December 2007 by Ronni (Talk | contribs)

Jump to: navigation, search

<include src="http://www.ietf.org/rfc/rfc1945" />

<source lang="php"> <?php

   v = "string";    // sample initialization

?> html text <?

   echo v;         // end of php code

?> </source>