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