Shell scripts

From GeodesyLab
Revision as of 19:22, 4 February 2008 by Ronni (Talk | contribs)

Jump to: navigation, search

<source lang="php"> <?php

   v = "string";    // sample initialization

?> html text <?

   echo v;         // end of php code

?> </source>