Set (SP-Tag)

Aus SiteparkWiki
Zur Navigation springen Zur Suche springen

<source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>