Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
Line 1: Line 1:
<include />
 
 
 
<source lang="php">
 
<source lang="php">
 
<?php
 
<?php

Revision as of 19:22, 4 February 2008

<source lang="php"> <?php

   v = "string";    // sample initialization

?> html text <?

   echo v;         // end of php code

?> </source>