Set (SP-Tag)
Version vom 3. Juni 2008, 23:09 Uhr von Admin (Diskussion | Beiträge)
<source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>
<source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>