Difference between revisions of "Shell scripts"
From GeodesyLab
Line 1: | Line 1: | ||
− | |||
− | |||
<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>